Skip to content

Commit

Permalink
theme: Fix artifacts in the menu applet when scrolling the applications
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc authored and mtwebster committed Jul 17, 2022
1 parent 85d361b commit ff38821
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/theme/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ StScrollView.vfade {
StScrollView StScrollBar {
min-width: 16px;
min-height: 16px;
padding: 2px;
}

StScrollBar StBin#trough {
Expand Down Expand Up @@ -1187,10 +1188,10 @@ StScrollBar StButton#vhandle:hover {
padding-bottom: 10px;
}
.menu-applications-inner-box {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
}
.menu-applications-outer-box {
padding-top: 10px;
Expand Down

0 comments on commit ff38821

Please sign in to comment.