zotero/scss/mac/_tabBar.scss

19 lines
175 B
SCSS
Raw Normal View History

2020-09-15 03:30:17 -04:00
.tabs {
-moz-window-dragging: drag;
2020-09-21 05:50:00 -04:00
}
2020-09-15 03:30:17 -04:00
.tab {
-moz-window-dragging: no-drag;
2020-09-21 05:50:00 -04:00
}
2020-10-22 13:12:31 +03:00
.tabs {
&:before {
width: 78px;
min-width: 78px;
}
2020-09-21 05:50:00 -04:00
2020-10-22 13:12:31 +03:00
&:after {
min-width: 20px;
}
2020-09-21 05:50:00 -04:00
}