Skip to content

Commit

Permalink
Fix spotify for BetterDiscord/Vencord
Browse files Browse the repository at this point in the history
  • Loading branch information
NYRI4 committed Nov 11, 2023
1 parent 698968d commit b57439d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions betterdiscord/better-spotify.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* ═══════『 🎵 ・ Better SpotifyControls seek bar 』*/
.container-6sXIoE {
.container_6sXIoE {
border-bottom: none !important;
margin-bottom: 0 !important;
}
.container-6sXIoE .timeline-UWmgAx {
.container_6sXIoE .timeline_UWmgAx {
position: relative !important;
}
.container-6sXIoE .bar-g2ZMIm {
.container_6sXIoE .bar_g2ZMIm {
position: absolute !important;
bottom: -6px !important;
left: -8px !important;
Expand All @@ -17,23 +17,23 @@
mask-image: linear-gradient(0.25turn, #0008, #0002) !important;
border-radius: 0 !important;
}
.barFill-Dhkah7 {
.barFill_Dhkah7 {
border-radius: 0 !important;
}
.container-6sXIoE.maximized-vv2Wr0 .bar-g2ZMIm {
.container_6sXIoE.maximized_vv2Wr0 .bar_g2ZMIm {
height: 88px !important;
}
.container-6sXIoE .button-12Fmur:hover {
.container_6sXIoE .button__4f306:hover {
background-color: transparent !important;
}
.barFill-Dhkah7,
.timeline-UWmgAx:hover .barFill-Dhkah7 {
.barFill_Dhkah7,
.timeline_UWmgAx:hover .barFill_Dhkah7 {
background: var(--spotify-color) !important;
}
.inner-WRV6k5 {
.inner_WRV6k5 {
z-index: 1 !important;
}
.barText-lmqc5O,
.grabber-7sd5f5 {
.barText_lmqc5O,
.grabber_7sd5f5 {
display: none !important;
}
18 changes: 9 additions & 9 deletions betterdiscord/vencord-spotify.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
margin: 0;
}

:root #vc-spotify-info-wrapper + #vc-spotify-progress-bar .slider-cXPmnn {
:root #vc-spotify-info-wrapper + #vc-spotify-progress-bar .slider__22e99 {
position: static;
height: 100%;
}

:root
#vc-spotify-info-wrapper
+ #vc-spotify-progress-bar
.slider-cXPmnn
.bar-2H7Q9u {
.slider__22e99
.bar_e58961 {
position: absolute;
top: 0;
height: 61px !important;
Expand All @@ -53,12 +53,12 @@
#vc-spotify-player:hover
#vc-spotify-info-wrapper
+ #vc-spotify-progress-bar
.slider-cXPmnn
.bar-2H7Q9u {
.slider__22e99
.bar_e58961 {
height: 95px !important;
}

:root #vc-spotify-progress-bar .slider-cXPmnn .barFill-3RgCsY {
:root #vc-spotify-progress-bar .slider__22e99 .barFill__30e17 {
background-color: var(--spotify-color);
-webkit-mask-image: linear-gradient(0.25turn, #0008, #0002) !important;
mask-image: linear-gradient(0.25turn, #0008, #0002) !important;
Expand All @@ -77,7 +77,7 @@
z-index: 1;
}

:root #vc-spotify-progress-bar .sliderContainer-3vLXjN .grabber-3R-Rx9 {
:root #vc-spotify-progress-bar .sliderContainer__109be .grabber_d2868c {
top: 0;
height: 100% !important;
border-radius: 0;
Expand All @@ -93,8 +93,8 @@
:root
#vc-spotify-album-expanded-wrapper
+ #vc-spotify-progress-bar
.slider-cXPmnn
.bar-2H7Q9u {
.slider__22e99
.bar_e58961 {
top: 3px;
height: 20px !important;
}
Expand Down

0 comments on commit b57439d

Please sign in to comment.