fix(next): dragging the window in Electron

This commit is contained in:
Elian Doran 2024-11-30 14:55:15 +02:00
parent b351293ea8
commit 4056e21051
No known key found for this signature in database

View File

@ -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
*/