Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Feb 6, 2025
1 parent 884fefc commit 0a9161a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const PageSelector = ({
return (
<div
className={classnames("flex items-center select-none", {
"h-[--ui-control-size] w-full min-w-[140px]": isHorizontal,
"h-[var(--ui-control-size)] w-full min-w-[140px]": isHorizontal,
"w-11 h-full min-h-[140px] flex-col": !isHorizontal,
"justify-between": selectorLocation.endsWith("full"),
"justify-end": selectorLocation.endsWith("right") || selectorLocation.endsWith("bottom"),
Expand Down

0 comments on commit 0a9161a

Please sign in to comment.