mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
increase clickable area in mde
This commit is contained in:
parent
204f4c5b33
commit
681e959a30
|
|
@ -150,7 +150,7 @@ blink {
|
||||||
color: #444;
|
color: #444;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0 0 0 -.2em;
|
margin: 0 0 0 -.2em;
|
||||||
padding: .3em 0 .3em .4em;
|
padding: .8em .4em .8em 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: none;
|
border: none;
|
||||||
/* ie: */
|
/* ie: */
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,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: #f7f7f7;
|
background: #f8f8f8;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
#toast {
|
#toast {
|
||||||
|
|
@ -44,7 +44,7 @@ html, body {
|
||||||
#mn a {
|
#mn a {
|
||||||
color: #444;
|
color: #444;
|
||||||
margin: 0 0 0 -.2em;
|
margin: 0 0 0 -.2em;
|
||||||
padding: 0 0 0 .4em;
|
padding: .8em .4em .8em 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
/* ie: */
|
/* ie: */
|
||||||
border-bottom: .1em solid #777\9;
|
border-bottom: .1em solid #777\9;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue