fix stats spacing on mobile
This commit is contained in:
@@ -15,12 +15,15 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 780px) {
|
table td:first-child::after {
|
||||||
table#stats td:first-child::after,
|
|
||||||
table#recent-folders td:first-child::after {
|
|
||||||
content: " ";
|
content: " ";
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 780px) {
|
||||||
|
table#recent-folders td:first-child::after {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form input[type],
|
form input[type],
|
||||||
|
|||||||
Reference in New Issue
Block a user