Skip to content

Commit da63e37

Browse files
authored
fix: restore padding for bottom bar (#270)
1 parent 5ca9408 commit da63e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/base-template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function BaseTemplate({
8383
className={cn(
8484
"fixed lg:relative h-full w-full flex flex-col px-0 lg:pb-0",
8585
"transition-all duration-300 ease-in-out max-w-[1320px]",
86-
"pb-0",
86+
"pb-[79px] lg:pb-0",
8787
isOpen
8888
? "translate-x-[min(calc(100vw-64px),360px)]"
8989
: "translate-x-0",

0 commit comments

Comments
 (0)