mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Make editing the biography take the entire tab and tweak rendering (#1352)
This commit is contained in:
parent
165068a9ee
commit
e57e7327d6
2 changed files with 23 additions and 4 deletions
|
|
@ -16,5 +16,24 @@
|
|||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||
}
|
||||
|
||||
.biography-section {
|
||||
prose-mirror {
|
||||
--min-height: 50px;
|
||||
}
|
||||
|
||||
prose-mirror.inactive .editor-content {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
&:has(.prosemirror.active) {
|
||||
.biography-section {
|
||||
flex: 1;
|
||||
&:not(:has(prose-mirror.active)) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue