11 lines
183 B
CSS
11 lines
183 B
CSS
#TabsToolbar {
|
|
margin-right: 16vw !important;
|
|
}
|
|
|
|
/* Left window titlebuttons mode */
|
|
@media (-moz-gtk-csd-reversed-placement) {
|
|
#TabsToolbar {
|
|
margin-right: 12vw !important;
|
|
}
|
|
}
|