zotero/scss/mac/_tabBar.scss

15 lines
197 B
SCSS
Raw Normal View History

#tab-bar-container {
2023-12-14 08:43:11 +00:00
--safe-area-start: 73px;
--safe-area-end: 20px;
}
:root:is([sizemode=fullscreen]) {
#tab-bar-container {
--safe-area-start: 8px;
}
}
2023-11-15 09:07:54 +00:00
#navigator-toolbox {
border: 0;
}