mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[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:
parent
b3a72d6b1d
commit
25fb2ee570
3 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue