Add padding in simpleMDE edior preview

This commit is contained in:
kitoy 2025-12-22 13:14:57 +01:00
parent 496d0bd059
commit eafb8cac70

View File

@ -39,6 +39,8 @@
.editor-preview-active{
background: var(--pico-background-color);
color: var(--pico-color) !important;
padding-right : 4vw;
padding-left: 4vw;
}
.editor-preview-active-side {