docs: improve layout consistency (#1831)

* Fix sidebar tabs pre-rendering

* Improve sidebar consistency

* improve searchbar alignment

* improve animation
This commit is contained in:
Fuma Nama
2025-03-16 00:54:27 +08:00
committed by GitHub
parent 16e71d1c58
commit 00ad781427
9 changed files with 246 additions and 329 deletions

View File

@@ -26,7 +26,7 @@ const SelectTrigger = React.forwardRef<
>
{children}
<SelectPrimitive.Icon asChild>
<ChevronsUpDown className="h-4 w-4 opacity-50" />
<ChevronsUpDown className="size-4 opacity-50" />
</SelectPrimitive.Icon>
</SelectPrimitive.Trigger>
));