@@ -286,14 +286,16 @@ Change text color in playlist
286
286
.card-type-episode .card-info-title {
287
287
font-size : 15px ;
288
288
font-weight : 900 !important ;
289
- text-align : center !important ;
290
- width : 100% !important ;
291
289
}
292
290
293
- .card-type-album .card-info-subtitle-links ,
294
- .card-type-track .card-info-subtitle-links ,
295
- .card-type-collection-album .card-info-subtitle-links ,
296
- .card-type-episode .card-info-subtitle-links {
291
+ .card : not (.card-horizontal ).card-type-album .card-info-title ,
292
+ .card : not (.card-horizontal ).card-type-album .card-info-subtitle-links ,
293
+ .card : not (.card-horizontal ).card-type-track .card-info-title ,
294
+ .card : not (.card-horizontal ).card-type-track .card-info-subtitle-links ,
295
+ .card : not (.card-horizontal ).card-type-collection-album .card-info-title ,
296
+ .card : not (.card-horizontal ).card-type-collection-album .card-info-subtitle-links ,
297
+ .card : not (.card-horizontal ).card-type-episode .card-info-title ,
298
+ .card : not (.card-horizontal ).card-type-episode .card-info-subtitle-links {
297
299
text-align : center !important ;
298
300
width : 100% !important ;
299
301
}
@@ -480,6 +482,7 @@ body:not(.body-container--windows) .content-top-bar__profile-menu-button .dropdo
480
482
481
483
.Header__background-color {
482
484
background-color : var (--modspotify_main_bg ) !important ;
485
+ background-image : unset;
483
486
}
484
487
485
488
.Button--style-green ,
@@ -657,8 +660,7 @@ body.remotebar .view-player .player-bar-wrapper {
657
660
}
658
661
659
662
.SidebarListItem--is-active : after ,
660
- .RootlistItem--is-active : after ,
661
- /* For Linux */ # view-navigation-bar .item .active : after {
663
+ .RootlistItem--is-active : after {
662
664
background-color : transparent;
663
665
background-image : linear-gradient (90deg , var (--modspotify_sidebar_indicator_and_hover_button_bg ) , transparent);
664
666
opacity : 0.2 ;
0 commit comments