add consistent font size on mobile
This commit is contained in:
@@ -6,14 +6,8 @@ body {
|
|||||||
max-width: 780px;
|
max-width: 780px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 var(--pad-size);
|
padding: 0 var(--pad-size);
|
||||||
line-height: 1rem;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
font-size: 14px;
|
||||||
|
|
||||||
@media only screen and (max-width: 780px) {
|
|
||||||
.no-small {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table td:first-child::after {
|
table td:first-child::after {
|
||||||
@@ -25,6 +19,16 @@ table td:first-child::after {
|
|||||||
table#recent-folders td:first-child::after {
|
table#recent-folders td:first-child::after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
.no-small {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input[type],
|
form input[type],
|
||||||
@@ -89,10 +93,6 @@ a:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
i.mdi {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content > * {
|
#content > * {
|
||||||
margin: var(--pad-size) 0;
|
margin: var(--pad-size) 0;
|
||||||
}
|
}
|
||||||
@@ -120,6 +120,12 @@ i.mdi {
|
|||||||
border-bottom: 2px solid #15ff5424;
|
border-bottom: 2px solid #15ff5424;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box {
|
||||||
|
background-color: #00000005;
|
||||||
|
border-right: 2px solid #0000000c;
|
||||||
|
border-bottom: 2px solid #0000000c;
|
||||||
|
}
|
||||||
|
|
||||||
.text-right {
|
.text-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
@@ -132,12 +138,6 @@ i.mdi {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
|
||||||
background-color: #00000005;
|
|
||||||
border-right: 2px solid #0000000c;
|
|
||||||
border-bottom: 2px solid #0000000c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.box-title {
|
.box-title {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user