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
master
David Mohammed 2017-11-19 09:33:01 +00:00
parent 8290cb813f
commit f8fa322485
4 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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; }

View File

@ -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; }

View File

@ -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;
}