From 0bdb1d39cfbbfe24cb1000bd08344f7b9b4a1028 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 27 Dec 2021 18:18:33 -0500 Subject: [PATCH] more icon size theming (for slow loading imgs) --- www/fsftheme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/fsftheme.css b/www/fsftheme.css index ff0ba5c..a6c3124 100644 --- a/www/fsftheme.css +++ b/www/fsftheme.css @@ -488,7 +488,8 @@ caption { -.loginicon img { min-width: 48px; } +.loginicon img { min-width: 48px; min-height: 48px; } +img.erroricon { min-width: 48px; min-height: 48px; } /* for "wrong password" notice, which at time of writing doesn't have a class or id. div:first-child doesn't apply to first div that is preceded by some other element, -- 2.25.1