Fixed #307
This commit is contained in:
parent
c61b84109e
commit
85245a3a85
7 changed files with 10 additions and 10 deletions
|
@ -13,6 +13,6 @@
|
|||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 574px !important;
|
||||
margin-left: 534px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 614px !important;
|
||||
margin-left: 574px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
}
|
||||
|
||||
:root[sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: 654px !important;
|
||||
margin-left: 614px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 5vw !important;
|
||||
margin-right: 8vw !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 6vw !important;
|
||||
margin-right: 10vw !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#TabsToolbar {
|
||||
margin-right: 15vw !important;
|
||||
margin-right: 16vw !important;
|
||||
}
|
||||
|
||||
/* Left window titlebuttons mode */
|
||||
@media (-moz-gtk-csd-reversed-placement) {
|
||||
#TabsToolbar {
|
||||
margin-right: 8vw !important;
|
||||
margin-right: 12vw !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
* - add-ons can add their own toolbars (toolbar) */
|
||||
|
||||
/* buttons on left headerbar */
|
||||
@import "left_header_button_3.css";
|
||||
@import "left_header_button_5.css";
|
||||
/*@import "left_header_button_4.css";*/
|
||||
/*@import "left_header_button_5.css";*/
|
||||
|
||||
/* buttons on right headerbar */
|
||||
@import "right_header_button_3.css";
|
||||
@import "right_header_button_5.css";
|
||||
/*@import "right_header_button_4.css";*/
|
||||
/*@import "right_header_button_5.css";*/
|
||||
|
||||
|
@ -53,13 +53,13 @@ findbar {
|
|||
margin-bottom: 0 !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
border-top-width: 0px !important;
|
||||
border-bottom-width: 0px !important;
|
||||
margin-bottom: 0 !important;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
#toolbar-menubar:not([inactive=true]) {
|
||||
|
|
Loading…
Reference in a new issue