mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 22:49:39 +02:00
Only wrap URLBar on focus and hotkey to open recent requests
This commit is contained in:
@@ -162,7 +162,7 @@ export const Sidebar = memo(function Sidebar({ className }: Props) {
|
||||
)}
|
||||
>
|
||||
<HStack
|
||||
className="mt-1 mb-2 pt-1 mx-2"
|
||||
className="mt-1 pt-1 mx-2"
|
||||
justifyContent="between"
|
||||
alignItems="center"
|
||||
space={1}
|
||||
@@ -181,7 +181,7 @@ export const Sidebar = memo(function Sidebar({ className }: Props) {
|
||||
</HStack>
|
||||
<VStack
|
||||
as="ul"
|
||||
className="relative pb-3 overflow-y-auto overflow-x-visible"
|
||||
className="relative pb-3 overflow-y-auto overflow-x-visible pt-2"
|
||||
draggable={false}
|
||||
>
|
||||
<SidebarItems
|
||||
|
||||
Reference in New Issue
Block a user