Reduce progress bar size

This commit is contained in:
Iain Earl 2019-11-18 11:41:42 +00:00
parent e386a97f64
commit 2d8710ad27
No known key found for this signature in database
GPG Key ID: C6B4E3B9D4EAFF2B

View File

@ -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,