hotfix(FE): fixing dropdown logout and floating button max size

This commit is contained in:
randy-ar
2025-12-10 13:25:07 +07:00
parent 865b0b3d8f
commit eed142a85f
7 changed files with 381 additions and 47 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const FloatingActionsButton = ({
<div
className={cn(
`absolute ${positionStyles} inset-x-1/2 -translate-x-1/2 z-50`,
'mx-auto w-full max-w-lg sm:mx-0 bg-base-300 p-4 rounded-xl shadow-md transition-all duration-300 transform',
'mx-auto w-full max-w-sm sm:mx-0 bg-base-300 p-4 rounded-xl shadow-md transition-all duration-300 transform',
'bg-slate-950 backdrop-blur-md'
)}
>