Improve the styling for the actor sheet a bit

This commit is contained in:
Oliver-Akins 2025-07-02 22:48:49 -06:00
parent 57cb54d5e5
commit f9040a29a2
2 changed files with 10 additions and 0 deletions

View file

@ -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;

View file

@ -4,4 +4,9 @@
.editor-content {
padding: 0 8px 8px;
}
.tableWrapper th,
.tableWrapper td {
border-color: rebeccapurple;
}
}