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

Commit

Permalink
Resolve jumping cinnamon panel icons - upstream #852
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Nov 18, 2017
1 parent 8290cb8 commit 0813b61
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,13 @@ StScrollBar {
.launcher:hover {
border-right-width: 1px;
padding-right: 0; }
.panel-bottom .panel-launcher, .panel-bottom
.launcher {
margin-bottom: 0; }
.panel-top .panel-launcher, .panel-top
.launcher {
margin-top: 0;
padding-top: 0; }

#overview-corner {
background-image: url("common-assets/misc/overview.png"); }
Expand Down
7 changes: 7 additions & 0 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,13 @@ StScrollBar {
.launcher:hover {
border-right-width: 1px;
padding-right: 0; }
.panel-bottom .panel-launcher, .panel-bottom
.launcher {
margin-bottom: 0; }
.panel-top .panel-launcher, .panel-top
.launcher {
margin-top: 0;
padding-top: 0; }

#overview-corner {
background-image: url("common-assets/misc/overview.png"); }
Expand Down
10 changes: 10 additions & 0 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,16 @@ StScrollBar {
.panel-left & { border-left-width: 1px; padding-left: 0; }
.panel-right & { border-right-width: 1px; padding-right: 0; }
}

.panel-bottom & {
margin-bottom: 0;
}

.panel-top & {
margin-top: 0;
padding-top: 0;
}

}

//
Expand Down

0 comments on commit 0813b61

Please sign in to comment.