mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
style: adjust header and sidebar heights for improved layout consistency and update TabBar component for better responsiveness
This commit is contained in:
parent
781984c224
commit
2327869147
6 changed files with 63 additions and 61 deletions
|
|
@ -55,14 +55,14 @@ export function RightPanelExpandButton() {
|
|||
if (!collapsed || !hasContent) return null;
|
||||
|
||||
return (
|
||||
<div className="absolute top-0 right-4 z-20 flex h-12 items-center">
|
||||
<div className="flex shrink-0 items-center px-1">
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
onClick={() => startTransition(() => setCollapsed(false))}
|
||||
className="h-8 w-8 shrink-0"
|
||||
className="h-7 w-7 shrink-0"
|
||||
>
|
||||
<PanelRight className="h-4 w-4" />
|
||||
<span className="sr-only">Expand panel</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue