From 06d83e2a042d5848478e9b7494f74b93f729c6da Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 5 Jan 2025 12:08:06 +0100 Subject: [PATCH] style.css: compact single file metadata on small screens --- stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 503d88ee..cb30f9b1 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -161,6 +161,12 @@ form table tr td div label { display: block; } +@media (max-width: 48em) { + .files span { + display: block; + } +} + .file { float: left; }