mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
Merge branch 'dev' into feat/disable-rename-button-and-dynamic-imports
This commit is contained in:
commit
be11dea7b3
101 changed files with 3633 additions and 2743 deletions
|
|
@ -69,7 +69,7 @@ export function RightPanelExpandButton() {
|
|||
if (!collapsed || !hasContent) return null;
|
||||
|
||||
return (
|
||||
<div className="absolute top-4 right-4 z-20">
|
||||
<div className="absolute top-0 right-4 z-20 flex h-12 items-center">
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue