Tweak some panel content styles to make the spells button span the full width

This commit is contained in:
Oliver-Akins 2024-01-12 23:27:14 -07:00
parent 7d990fe64b
commit a1f9ae5c5a
3 changed files with 36 additions and 8 deletions

View file

@ -133,9 +133,9 @@
grid-area: aspect;
.panel__content {
display: grid;
grid-template-rows: min-content min-content min-content 1fr;
height: 100%;
grid-template-rows: min-content min-content;
gap: 4px;
text-align: center;
textarea {
resize: vertical;
@ -216,6 +216,12 @@
opacity: 75%;
}
}
.panel__content {
display: flex;
gap: 4px;
flex-direction: column;
}
}
&--mounts {
grid-area: mounts;
@ -234,6 +240,12 @@
justify-content: end;
gap: 4px;
}
.panel__content {
.center {
text-align: center;
}
}
}