mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* 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
16 lines
404 B
Text
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;
|
|
}
|
|
}
|
|
}
|