We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a75b52 commit 759ec6bCopy full SHA for 759ec6b
src/App.tsx
@@ -23,7 +23,7 @@ function App() {
23
}}
24
/>
25
<div className="bg-foreground/5 overflow-auto h-[70dvh] sm:h-full relative flex flex-col">
26
- <div className="flex sm:items-center flex-col sm:flex-row justify-between p-4 gap-2 z-10 border-b">
+ <div className="flex sm:items-center flex-col sm:flex-row justify-between p-4 gap-2 z-10">
27
<ToolSelector />
28
<div className="flex items-center gap-1">
29
{activeTool.options.map(
0 commit comments