mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
25 lines
642 B
Text
25 lines
642 B
Text
@import '../utils/colors.less';
|
|
@import '../utils/fonts.less';
|
|
@import '../utils/mixin.less';
|
|
|
|
.application.daggerheart {
|
|
prose-mirror {
|
|
--menu-padding: 4px 0px;
|
|
--menu-height: calc(var(--menu-button-height) + 8px);
|
|
height: 100% !important;
|
|
width: 100%;
|
|
|
|
.editor-menu {
|
|
background-color: transparent;
|
|
}
|
|
.editor-content {
|
|
.with-scroll-shadows();
|
|
.typography();
|
|
}
|
|
// Fixes centering and makes it not render over scrollbar
|
|
&:hover button.toggle:enabled {
|
|
display: flex;
|
|
right: 12px;
|
|
}
|
|
}
|
|
}
|