mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
16 lines
354 B
Text
16 lines
354 B
Text
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
|
|
.daggerheart.dh-style {
|
|
.tab.active.description {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
overflow-y: hidden !important;
|
|
padding-top: 10px;
|
|
|
|
prose-mirror.active + .artist-attribution {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|