Improve the styling for the actor sheet a bit
This commit is contained in:
parent
57cb54d5e5
commit
f9040a29a2
2 changed files with 10 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.attributes {
|
.attributes {
|
||||||
|
|
@ -35,6 +39,7 @@
|
||||||
.content {
|
.content {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
--table-row-color-odd: var(--table-header-bg-color);
|
||||||
|
|
||||||
&:not(:has(> prose-mirror)) {
|
&:not(:has(> prose-mirror)) {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,9 @@
|
||||||
.editor-content {
|
.editor-content {
|
||||||
padding: 0 8px 8px;
|
padding: 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tableWrapper th,
|
||||||
|
.tableWrapper td {
|
||||||
|
border-color: rebeccapurple;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue