mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
18 lines
175 B
SCSS
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;
|
|
}
|
|
}
|