mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 10:59:54 +02:00
Fix active editor height and menu auto sizing
This commit is contained in:
parent
bb2289fa95
commit
3af0dfbe19
2 changed files with 15 additions and 3 deletions
|
|
@ -61,12 +61,12 @@
|
|||
flex: 1 0;
|
||||
}
|
||||
&:has(prose-mirror[name="system.gmNotes"]:not(.hide-if-inactive)) {
|
||||
prose-mirror {
|
||||
prose-mirror.inactive {
|
||||
--min-height: 3rem;
|
||||
&.inactive[name="system.description"] {
|
||||
&[name="system.description"] {
|
||||
flex: 0 0;
|
||||
}
|
||||
&.inactive[name="system.gmNotes"] {
|
||||
&[name="system.gmNotes"] {
|
||||
flex: 1 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue