fix(app): tighten up session padding-top for mobile (#11247)

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
This commit is contained in:
Devin Griffin
2026-02-03 22:10:56 -06:00
committed by GitHub
parent 7c440ae82c
commit f282613746

View File

@@ -1771,7 +1771,7 @@ export default function Page() {
<div
classList={{
"@container relative shrink-0 flex flex-col min-h-0 h-full bg-background-stronger": true,
"flex-1 pt-6 md:pt-3": true,
"flex-1 pt-2 md:pt-3": true,
"md:flex-none": layout.fileTree.opened(),
}}
style={{