[Community PR] Remove item description fieldset (#1214)

* Remove item description fieldset

* Move styling to tab description and reduce tab specific overrides

* Move artist attribution style back to tab description

* Roll back editor menu changes
This commit is contained in:
Carlos Fernandez 2025-10-14 11:00:16 -04:00 committed by GitHub
parent b3a72d6b1d
commit 25fb2ee570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -3,11 +3,14 @@
.daggerheart.dh-style {
.tab.active.description {
overflow-y: hidden !important;
display: flex;
flex-direction: column;
height: -webkit-fill-available !important;
overflow-y: hidden !important;
padding-top: 10px;
fieldset {
height: -webkit-fill-available;
prose-mirror.active + .artist-attribution {
display: none;
}
}
}