From 394fae1e793f173e5ae3cd7def67de0f7d99db69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Sat, 27 Sep 2025 13:18:49 -0300 Subject: [PATCH] Update CSS for Citrus branding: Adjust logo height in topbar for improved visibility on smaller screens. --- public/css/app/citrus.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/app/citrus.css b/public/css/app/citrus.css index 115d0c3..261a456 100644 --- a/public/css/app/citrus.css +++ b/public/css/app/citrus.css @@ -3,6 +3,9 @@ height: 6rem !important; width: auto !important; } +.fi-topbar-start .fi-logo { + height: 1.5rem !important; +} /* Login sayfası brand logo boyutu */ .fi-brand-logo {