zotero/scss/mac/_tabBar.scss
2021-03-02 17:40:24 -05:00

18 lines
175 B
SCSS

.tabs {
-moz-window-dragging: drag;
}
.tab {
-moz-window-dragging: no-drag;
}
.tabs {
&:before {
width: 78px;
min-width: 78px;
}
&:after {
min-width: 20px;
}
}