Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Remove margin:auto from cinnamon menu applet and default theme
Browse files Browse the repository at this point in the history
Upstream PR #788 - This avoids warning messages as margin:auto
is not supported in cinnamon 3.4 and later
  • Loading branch information
fossfreedom committed Nov 18, 2017
1 parent 0813b61 commit 560f679
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 0 additions & 2 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ StScrollBar {
-boxpointer-gap: 5px; }

.menu-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: #383C4A;
Expand All @@ -975,7 +974,6 @@ StScrollBar {
border: 1px solid transparent; }

.menu-places-box {
margin: auto;
padding: 10px;
border: 0px solid red; }

Expand Down
2 changes: 0 additions & 2 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ StScrollBar {
-boxpointer-gap: 5px; }

.menu-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: #F5F6F7;
Expand All @@ -975,7 +974,6 @@ StScrollBar {
border: 1px solid transparent; }

.menu-places-box {
margin: auto;
padding: 10px;
border: 0px solid red; }

Expand Down
2 changes: 0 additions & 2 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ StScrollBar {
//
.menu {
&-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: $bg_color;
Expand All @@ -1116,7 +1115,6 @@ StScrollBar {
&-places {

&-box {
margin: auto;
padding: 10px;
border: 0px solid red;
}
Expand Down

0 comments on commit 560f679

Please sign in to comment.