From 6025b497043da5887a19ecb0a1ad9b25ba768eb7 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 12 Feb 2024 16:35:22 -0500 Subject: [PATCH] CSS: fix catalog view width (being changed on click) --- stylesheets/notsuba.css | 4 ---- stylesheets/style.css | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/stylesheets/notsuba.css b/stylesheets/notsuba.css index eff90b55..fcc7ee53 100644 --- a/stylesheets/notsuba.css +++ b/stylesheets/notsuba.css @@ -106,7 +106,3 @@ background: none; #update_secs { display: none; } - -.theme-catalog div.grid-size-small { - min-width: 180px; - } diff --git a/stylesheets/style.css b/stylesheets/style.css index 1d6371de..e7a368cd 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -915,6 +915,7 @@ pre { .theme-catalog div.grid-size-small { width: 180px; + min-width: 180px; } .theme-catalog div.grid-size-medium img {