From 815062cd0d0667d06ac7d5ee836db7e3ce1c0c65 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 27 Dec 2021 17:52:48 -0500 Subject: [PATCH] don't resize login icon element upon img load --- www/fsftheme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/fsftheme.css b/www/fsftheme.css index e70b1b8..392abc7 100644 --- a/www/fsftheme.css +++ b/www/fsftheme.css @@ -485,3 +485,8 @@ caption { border-top-left-radius: 3px; border-top-right-radius: 0; } + + + +.loginicon img { min-width: 48px; } + -- 2.25.1