mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user