fix: compact mobile bottom navigation
This commit is contained in:
@@ -190,7 +190,7 @@ export async function performTrashMutation(
|
||||
return { mutated: true, refreshed: await refresh() }
|
||||
}
|
||||
|
||||
export function fabBottomReserved(safeAreaBottom = 0, navigationHeight = 64, gap = 12) {
|
||||
export function fabBottomReserved(safeAreaBottom = 0, navigationHeight = 56, gap = 12) {
|
||||
return navigationHeight + Math.max(0, safeAreaBottom) + gap
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user