Remove fieldset from top level notes

This commit is contained in:
Carlos Fernandez 2026-06-30 00:46:20 -04:00
parent 8c6a470d84
commit dd93636b27
7 changed files with 49 additions and 23 deletions

View file

@ -1,5 +1,6 @@
@import '../utils/colors.less';
@import '../utils/fonts.less';
@import '../utils/mixin.less';
.application.daggerheart {
prose-mirror {
@ -12,6 +13,7 @@
background-color: transparent;
}
.editor-content {
.with-scroll-shadows();
h1 {
font-size: var(--font-size-32);
}
@ -42,7 +44,7 @@
ul {
list-style: disc;
}
}
}
// Fixes centering and makes it not render over scrollbar
&:hover button.toggle:enabled {
display: flex;