fix style
This commit is contained in:
parent
e67f0058fa
commit
b7f1f8bb3c
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-family: sans, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input, textarea {
|
button, input, textarea {
|
||||||
|
@ -14,6 +15,7 @@ outline-style: none;
|
||||||
body {
|
body {
|
||||||
align: center;
|
align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tiny {
|
.tiny {
|
||||||
|
@ -344,7 +346,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#overlays-list {
|
#overlays-list {
|
||||||
font-size: 200%;
|
font-size: 125%;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue