[WEB-5506] regression: navigation revamp bugs (#8180)

This commit is contained in:
Aaryan Khandelwal 2025-11-26 16:25:29 +05:30 committed by GitHub
parent ae7898aaee
commit 05b1c147a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 19 deletions

View file

@ -15,7 +15,6 @@ export const TopNavigationRoot = observer(() => {
return (
<div
className={cn("flex items-center justify-evenly min-h-11 w-full px-3.5 z-[27] transition-all duration-300", {
"px-3.5": showLabel,
"px-2": !showLabel,
})}
>