zotero/scss/mac/_tabBar.scss

19 lines
175 B
SCSS
Raw Normal View History

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