Add space in tab bar for dragging window on macOS

Closes #4313
This commit is contained in:
Dan Stillman 2024-07-03 02:25:43 -04:00
parent 668c84fed5
commit 2ae25e6d7a

View file

@ -1,5 +1,5 @@
#tab-bar-container { #tab-bar-container {
--safe-area-start: 73px; --safe-area-start: 90px;
--safe-area-end: 0px; --safe-area-end: 0px;
} }