Make the combined sheet scrollable and more consistent in design (closes #43)
This commit is contained in:
parent
38c83586e5
commit
0df7bcdea9
2 changed files with 3 additions and 0 deletions
|
|
@ -4,10 +4,12 @@
|
|||
grid-template-columns: repeat(3, minmax(0, 3fr));
|
||||
grid-template-rows: repeat(5, minmax(0, 1fr));
|
||||
grid-auto-flow: column;
|
||||
padding: 8px;
|
||||
|
||||
.col-header {
|
||||
background: var(--section-header-background);
|
||||
color: var(--section-header-text);
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
label, .label {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
> .window-content {
|
||||
gap: 4px;
|
||||
background: var(--base-background);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.HeroSkillsCardV1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue