mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Remove item description fieldset
This commit is contained in:
parent
b3a72d6b1d
commit
b6a8722a2d
4 changed files with 17 additions and 6 deletions
|
|
@ -10,4 +10,19 @@
|
|||
font-family: @font-body;
|
||||
color: light-dark(@chat-blue-bg, @beige-50);
|
||||
}
|
||||
|
||||
.tab.description.active {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 20px;
|
||||
.prosemirror {
|
||||
flex: 1;
|
||||
&.inactive .editor-content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
&.active + .artist-attribution {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue