From e98bebd60bf6449265d7582016eb9df532fb4aac Mon Sep 17 00:00:00 2001 From: fahed Date: Wed, 4 Feb 2026 11:53:18 +0300 Subject: [PATCH] fix: match refresh button size to other nav buttons --- src/App.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 1a9a48c..d1a6a2e 100644 --- a/src/App.css +++ b/src/App.css @@ -332,8 +332,7 @@ html[dir="rtl"] .nav-lang-toggle { display: flex; align-items: center; justify-content: center; - width: 36px; - height: 36px; + padding: 8px 10px; border-radius: 8px; cursor: pointer; transition: all 0.2s ease;