mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Reduce progress bar size
This commit is contained in:
parent
e386a97f64
commit
2d8710ad27
@ -596,12 +596,12 @@ span.glue-page-header__title-text {
|
||||
.progress-container .inner {
|
||||
top: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
height: 5px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.progress-container .progress-bar-wrapper {
|
||||
top: 0 !important;
|
||||
height: 5px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.progress-container {
|
||||
@ -614,7 +614,6 @@ span.glue-page-header__title-text {
|
||||
.progress-container .inner {
|
||||
border-radius: 0 2px 2px 0 !important;
|
||||
background-color: var(--modspotify_main_fg) !important;
|
||||
box-shadow: 0 2px 2px 0 var(--modspotify_main_fg);
|
||||
}
|
||||
|
||||
.glue-page-header__p2s-details,
|
||||
|
Loading…
Reference in New Issue
Block a user