remove corner in fullscreen mode

This commit is contained in:
Ulf Gebhardt 2025-05-28 21:18:54 +02:00
parent 2ed5fb6f2e
commit 520a301621
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -63,5 +63,11 @@
.EasyMDEContainer .editor-toolbar {
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
}
.EasyMDEContainer .fullscreen {
border-radius: 0;
}
}