Make background tab glassy in character sheet (#1868)
Some checks failed
Project CI / build (24.x) (push) Has been cancelled

* Make fieldsets glassy in character sheet

* Remove glassy from character features tab
This commit is contained in:
Carlos Fernandez 2026-05-11 16:30:39 -04:00 committed by GitHub
parent abd7824c96
commit 24813e7e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 28 deletions

View file

@ -269,6 +269,7 @@
border-radius: 3px;
background-color: light-dark(@dark-blue, @golden);
color: light-dark(@beige, @dark-blue);
margin-bottom: var(--spacer-4);
}
}

View file

@ -9,14 +9,20 @@
gap: 10px;
height: 100%;
overflow-y: auto;
mask-image: linear-gradient(0deg, transparent 0%, black 10%, black 98%, transparent 100%);
padding-bottom: 10px;
mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 98%, transparent 100%);
padding-top: 8px;
padding-bottom: 20px;
height: 100%;
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
.characteristics-section {
gap: 20px;
padding: 0 10px;
}
.biography-section {
prose-mirror {
--min-height: 50px;