mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Merged with development
This commit is contained in:
commit
6d3e5302eb
62 changed files with 1776 additions and 660 deletions
|
|
@ -1,13 +1,16 @@
|
|||
@import '../utils/colors.less';
|
||||
@import '../utils/fonts.less';
|
||||
|
||||
.daggerheart.dh-style {
|
||||
.tab.active.description {
|
||||
overflow-y: hidden !important;
|
||||
height: -webkit-fill-available !important;
|
||||
|
||||
fieldset {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
}
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue