fix(desktop): add top padding to forum view to clear overlay header (#758)

Signed-off-by: Wes <wesbillman@users.noreply.github.com>
This commit is contained in:
Wes
2026-05-27 12:26:28 -07:00
committed by GitHub
parent 9823ff52e2
commit 11c8c0d4cf
+1 -1
View File
@@ -143,7 +143,7 @@ export function ForumView({
}
return (
<div className="flex h-full flex-col">
<div className="flex h-full flex-col pt-11">
{/* New post area */}
<div className="border-b border-border/60 p-4">
{isComposerOpen ? (