mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Move styling to tab description and reduce tab specific overrides
This commit is contained in:
parent
b6a8722a2d
commit
9c9c5b0c0c
3 changed files with 11 additions and 20 deletions
|
|
@ -4,10 +4,17 @@
|
|||
.application.daggerheart {
|
||||
prose-mirror {
|
||||
height: 100% !important;
|
||||
flex: 1;
|
||||
|
||||
&.active + .artist-attribution {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.editor-menu {
|
||||
background-color: transparent;
|
||||
padding: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.editor-content {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue