fix: match refresh button size to other nav buttons

This commit is contained in:
fahed
2026-02-04 11:53:18 +03:00
parent 7e72d6c02d
commit e98bebd60b

View File

@@ -332,8 +332,7 @@ html[dir="rtl"] .nav-lang-toggle {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 36px; padding: 8px 10px;
height: 36px;
border-radius: 8px; border-radius: 8px;
cursor: pointer; cursor: pointer;
transition: all 0.2s ease; transition: all 0.2s ease;