ReplyEditor: only show toolbar when active

This commit is contained in:
thislight 2024-09-28 12:43:12 +08:00
parent 2f8613c4fe
commit baf0ed1447
2 changed files with 40 additions and 34 deletions

View file

@ -270,6 +270,7 @@ const TootBottomSheet: Component = (props) => {
)}
</For>
</TimeSourceProvider>
<div style={{height: "var(--safe-area-inset-bottom, 0)"}}></div>
</Scaffold>
);
};