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;
|
||||
gap: 0.5rem;
|
||||
padding: 4px;
|
||||
|
||||
img {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.attributes {
|
||||
|
|
@ -35,6 +39,7 @@
|
|||
.content {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
--table-row-color-odd: var(--table-header-bg-color);
|
||||
|
||||
&:not(:has(> prose-mirror)) {
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,9 @@
|
|||
.editor-content {
|
||||
padding: 0 8px 8px;
|
||||
}
|
||||
|
||||
.tableWrapper th,
|
||||
.tableWrapper td {
|
||||
border-color: rebeccapurple;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue