From 4056e21051db95bef3f8fd42b344aad2b10b4883 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Nov 2024 14:55:15 +0200 Subject: [PATCH] fix(next): dragging the window in Electron --- src/public/stylesheets/theme-next.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 22c298303..22556aba9 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -761,6 +761,10 @@ html body #left-pane .quick-search:focus-within .search-button:hover, transition: transform 75ms ease-out; } +.tab-row-filler { + top: 0; +} + /* * Center pane */