tweak editor styles

This commit is contained in:
2025-12-15 18:34:09 +00:00
parent 43b5e39f10
commit a53a0c2cc0

View File

@@ -15,7 +15,7 @@
} }
.editor-styles-wrapper { .editor-styles-wrapper {
padding: 1em; padding: 0;
background: transparent; background: transparent;
} }
@@ -35,8 +35,11 @@
} }
&__post-title-wrapper { &__post-title-wrapper {
position: sticky;
top: 0;
z-index: 100;
padding: 1rem; padding: 1rem;
margin: 0 0 3rem !important; margin: 0 !important;
background: white; background: white;
box-shadow: 0 0.5rem 1rem rgba(black, 0.15); box-shadow: 0 0.5rem 1rem rgba(black, 0.15);
} }