adjust md editor header

This commit is contained in:
Til Schmitter 2026-05-24 17:19:49 +02:00
parent 681e959a30
commit 933b5e15bb
2 changed files with 10 additions and 5 deletions

View file

@ -140,17 +140,18 @@ blink {
margin-bottom: 6em; margin-bottom: 6em;
} }
#mn { #mn {
padding: 1.3em 0 .7em 1em; padding: .8em 0 .2em 1em;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
background: #eee; background: #eee;
z-index: 10; z-index: 10;
width: calc(100% - 1em); width: calc(100% - 1em);
} }
#mn a { #mn a {
display: inline-block;
color: #444; color: #444;
background: none; background: none;
margin: 0 0 0 -.2em; margin: 0 0 0 -.2em;
padding: .8em .4em .8em 0; padding: .5em .4em .5em 0;
text-decoration: none; text-decoration: none;
border: none; border: none;
/* ie: */ /* ie: */

View file

@ -9,6 +9,9 @@ html .editor-toolbar.disabled-for-preview>button:not(.no-disable) { opacity: .35
:root {
background: none;
}
html { html {
line-height: 1.5em; line-height: 1.5em;
} }
@ -18,7 +21,7 @@ html, body {
min-height: 100%; min-height: 100%;
font-family: sans-serif; font-family: sans-serif;
font-family: var(--font-main), sans-serif; font-family: var(--font-main), sans-serif;
background: #f8f8f8; background: #f7f7f7;
color: #333; color: #333;
} }
#toast { #toast {
@ -39,12 +42,13 @@ html, body {
#mn { #mn {
font-weight: normal; font-weight: normal;
margin: 1.3em 0 .7em 1em; margin: .8em 0 .2em 1em;
} }
#mn a { #mn a {
display: inline-block;
color: #444; color: #444;
margin: 0 0 0 -.2em; margin: 0 0 0 -.2em;
padding: .8em .4em .8em 0; padding: .5em .4em .5em 0;
text-decoration: none; text-decoration: none;
/* ie: */ /* ie: */
border-bottom: .1em solid #777\9; border-bottom: .1em solid #777\9;