From 70bc602fb11de3316d057d7ecdea7aed6af09249 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 9 Jun 2024 20:46:57 +0200 Subject: [PATCH] Fix: time & size tags silting on small screens --- css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/main.css b/css/main.css index 574d261..531bf1a 100644 --- a/css/main.css +++ b/css/main.css @@ -103,6 +103,7 @@ a { font-size: 70%; margin: 0 .5rem; color: #fff; + white-space: nowrap; } .file-list .directory .file-date { @@ -119,6 +120,7 @@ a { font-size: 70%; margin: 0 .5rem; color: #fff; + white-space: nowrap; } .file-list .other .file-size,