diff --git a/server/assets/stylesheets/main.css b/server/assets/stylesheets/main.css index 2bc64e4..302c1a1 100644 --- a/server/assets/stylesheets/main.css +++ b/server/assets/stylesheets/main.css @@ -15,11 +15,14 @@ body { } } -@media only screen and (min-width: 780px) { - table#stats td:first-child::after, +table td:first-child::after { + content: " "; + white-space: pre; +} + +@media only screen and (max-width: 780px) { table#recent-folders td:first-child::after { - content: " "; - white-space: pre; + content: ""; } }