fix feed padding bottom
This commit is contained in:
parent
1cef1e0187
commit
2cadab20b4
@ -109,7 +109,7 @@ export function TimelineRenderer(props: TimelineRendererProps) {
|
||||
};
|
||||
|
||||
return (
|
||||
<div ref={containerRef}>
|
||||
<div ref={containerRef} className="pb-[10vh]">
|
||||
{props.latest.length > 0 && (
|
||||
<>
|
||||
<div className="card latest-notes" onClick={() => props.showLatest(false)} ref={ref}>
|
||||
|
@ -61,7 +61,7 @@ export default function Index() {
|
||||
<div className="w-full max-w-screen-xl">
|
||||
<div className="flex flex-row">
|
||||
<NavSidebar />
|
||||
<div className="flex flex-1 flex-col pb-safe-area-plus w-full md:w-1/3">
|
||||
<div className="flex flex-1 flex-col pb-safe-area w-full md:w-1/3">
|
||||
{!shouldHideHeader && <Header />}
|
||||
<ErrorBoundary>
|
||||
<Outlet />
|
||||
|
@ -930,10 +930,6 @@ svg.repeat {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.pb-safe-area-plus {
|
||||
padding-bottom: calc(10vh + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.active > .icon-outline {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user