From 34f43c91a14653f5b0ace6c281a17c3ec3511f90 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 3 Jan 2025 17:38:30 +0100 Subject: [PATCH] style.css: rework fileinfo display to fix bug --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 2c18d86a..11e79c20 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1212,8 +1212,8 @@ div.video-container { } } -p.fileinfo .unimportant { - @media (max-width: 48em) { +@media (max-width: 48em) { + p.fileinfo .unimportant { display: none; } }