mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Remove margin:auto from cinnamon menu applet and default theme
Upstream PR #788 - This avoids warning messages as margin:auto is not supported in cinnamon 3.4 and later
This commit is contained in:
parent
8290cb813f
commit
f8fa322485
@ -1,6 +1,6 @@
|
||||
# Arc Theme
|
||||
|
||||
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, etc.
|
||||
Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, Cinnamon (>=3.4) etc.
|
||||
|
||||
## Arc is available in three variants
|
||||
|
||||
|
@ -964,7 +964,6 @@ StScrollBar {
|
||||
-boxpointer-gap: 5px; }
|
||||
|
||||
.menu-favorites-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
transition-duration: 300;
|
||||
background-color: #383C4A;
|
||||
@ -975,7 +974,6 @@ StScrollBar {
|
||||
border: 1px solid transparent; }
|
||||
|
||||
.menu-places-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
border: 0px solid red; }
|
||||
|
||||
|
@ -964,7 +964,6 @@ StScrollBar {
|
||||
-boxpointer-gap: 5px; }
|
||||
|
||||
.menu-favorites-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
transition-duration: 300;
|
||||
background-color: #F5F6F7;
|
||||
@ -975,7 +974,6 @@ StScrollBar {
|
||||
border: 1px solid transparent; }
|
||||
|
||||
.menu-places-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
border: 0px solid red; }
|
||||
|
||||
|
@ -1099,7 +1099,6 @@ StScrollBar {
|
||||
//
|
||||
.menu {
|
||||
&-favorites-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
transition-duration: 300;
|
||||
background-color: $bg_color;
|
||||
@ -1116,7 +1115,6 @@ StScrollBar {
|
||||
&-places {
|
||||
|
||||
&-box {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
border: 0px solid red;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user