daggerheart/styles/less/global/tab-description.less
Carlos Fernandez 25fb2ee570
[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
2025-10-14 12:00:16 -03:00

16 lines
404 B
Text

@import '../utils/colors.less';
@import '../utils/fonts.less';
.daggerheart.dh-style {
.tab.active.description {
display: flex;
flex-direction: column;
height: -webkit-fill-available !important;
overflow-y: hidden !important;
padding-top: 10px;
prose-mirror.active + .artist-attribution {
display: none;
}
}
}