style: tweak bottom drawer height again
This commit is contained in:
parent
98e7611670
commit
6a5598e81f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ? 95 : 75
|
const topPanelSize = isMobile ? 90 : 75
|
||||||
const bottomPanelSize = isMobile ? 5 : 25
|
const bottomPanelSize = isMobile ? 10 : 25
|
||||||
const handleSize = isMobile ? "5px" : "1px"
|
const handleSize = isMobile ? "5px" : "1px"
|
||||||
console.log(isMobile)
|
console.log(isMobile)
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue