Merge pull request #643 from rob-64/master

Use the variables for dash-to-dock
This commit is contained in:
Vince 2022-07-07 14:27:01 +08:00 committed by GitHub
commit 49d60ad42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec;
} }
#dashtodockContainer.dashtodock #dash .dash-background { #dashtodockContainer.dashtodock #dash .dash-background {
background: #2e3436; background: $dash_background_color;
border-width: 0;
} }
#dashtodockContainer.dashtodock .progress-bar { #dashtodockContainer.dashtodock .progress-bar {
@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec;
#dashtodockContainer.top #dash .placeholder, #dashtodockContainer.top #dash .placeholder,
#dashtodockContainer.bottom #dash .placeholder { #dashtodockContainer.bottom #dash .placeholder {
width: 32px; width: $dash_placeholder_size;
height: 1px; height: 1px;
} }