style: tweak bottom drawer height aaagain
All checks were successful
Deploy eolas-app / deploy (push) Successful in 54s

This commit is contained in:
Thomas Bishop 2025-12-05 19:43:41 +00:00
parent 1530a18bae
commit 4c6a4d619f

View file

@ -6,8 +6,8 @@ import { useIsMobile } from "@/hooks/use-mobile"
export default function Entry({ entryTitle, entryBody, history, metadata, isLoading }) { export default function Entry({ entryTitle, entryBody, history, metadata, isLoading }) {
const isMobile = useIsMobile() const isMobile = useIsMobile()
const topPanelSize = isMobile ? 90 : 75 const topPanelSize = isMobile ? 80 : 75
const bottomPanelSize = isMobile ? 10 : 25 const bottomPanelSize = isMobile ? 20 : 25
const handleSize = isMobile ? "5px" : "1px" const handleSize = isMobile ? "5px" : "1px"
return ( return (
<ResizablePanelGroup direction="vertical" className="w-full h-full"> <ResizablePanelGroup direction="vertical" className="w-full h-full">