daggerheart/styles/less/global/prose-mirror.less
Carlos Fernandez 3faf588e6c
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Fix chat messages with list items or weapon/armor features (#2081)
2026-07-13 02:43:56 +02:00

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