mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Applied the fix on the Sass files instead of the CSS files
This commit is contained in:
parent
bb613a45b4
commit
ed6f3af1e2
@ -1311,7 +1311,7 @@ StScrollBar {
|
||||
.panel-top .panel-launcher, .panel-top
|
||||
.launcher {
|
||||
margin-top: 0;
|
||||
padding-top: 0 }
|
||||
padding-top: 0; }
|
||||
|
||||
#overview-corner {
|
||||
background-image: url("common-assets/misc/overview.png"); }
|
||||
|
@ -1311,7 +1311,7 @@ StScrollBar {
|
||||
.panel-top .panel-launcher, .panel-top
|
||||
.launcher {
|
||||
margin-top: 0;
|
||||
padding-top: 0 }
|
||||
padding-top: 0; }
|
||||
|
||||
#overview-corner {
|
||||
background-image: url("common-assets/misc/overview.png"); }
|
||||
|
@ -1512,6 +1512,15 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user