Fix active editor height and menu auto sizing

This commit is contained in:
Carlos Fernandez 2026-07-13 04:59:10 -04:00
parent bb2289fa95
commit 3af0dfbe19
2 changed files with 15 additions and 3 deletions

View file

@ -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;
}
}