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;
}
#mn {
padding: 1.3em 0 .7em 1em;
padding: .8em 0 .2em 1em;
border-bottom: 1px solid #ccc;
background: #eee;
z-index: 10;
width: calc(100% - 1em);
}
#mn a {
display: inline-block;
color: #444;
background: none;
margin: 0 0 0 -.2em;
padding: .8em .4em .8em 0;
padding: .5em .4em .5em 0;
text-decoration: none;
border: none;
/* ie: */

View file

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