-
Notifications
You must be signed in to change notification settings - Fork 0
/
vencord-spotify.css
114 lines (98 loc) · 2.14 KB
/
vencord-spotify.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
:root #vc-spotify-player {
position: relative;
border-bottom: none;
padding: 0;
}
/* Album image & infos */
:root #vc-spotify-info-wrapper {
padding: 0.375rem 0.5rem;
position: relative;
z-index: 1;
}
:root #vc-spotify-info-wrapper #vc-spotify-album-image {
height: 100%;
}
:root #vc-spotify-album-expanded-wrapper {
position: relative;
z-index: 1;
padding: 0.375rem 0.5rem;
}
:root #vc-spotify-album-expanded-wrapper > img {
border-radius: 8px;
}
/* Progress bar */
:root #vc-spotify-info-wrapper + #vc-spotify-progress-bar {
position: static;
margin: 0;
}
:root #vc-spotify-info-wrapper + #vc-spotify-progress-bar .slider_c7a159 {
position: static;
height: 100%;
}
:root
#vc-spotify-info-wrapper
+ #vc-spotify-progress-bar
.slider_c7a159
.bar_c7a159 {
position: absolute;
top: 0;
height: 61px !important;
width: 100%;
border-radius: 0;
transition: height 200ms;
}
:root
#vc-spotify-player:hover
#vc-spotify-info-wrapper
+ #vc-spotify-progress-bar
.slider_c7a159
.bar_c7a159 {
height: 95px !important;
}
:root #vc-spotify-progress-bar .slider_c7a159 .barFill_c7a159 {
background-color: var(--spotify-color);
-webkit-mask-image: linear-gradient(0.25turn, #0008, #0002) !important;
mask-image: linear-gradient(0.25turn, #0008, #0002) !important;
border-radius: 0;
}
:root
#vc-spotify-info-wrapper
+ #vc-spotify-progress-bar
.vc-spotify-progress-time {
display: none;
}
:root .vc-spotify-button-row {
position: relative;
z-index: 1;
}
:root #vc-spotify-progress-bar .sliderContainer_e13f88 .grabber_c7a159 {
top: 0;
height: 100% !important;
border-radius: 0;
opacity: 0;
z-index: 1;
}
:root #vc-spotify-album-expanded-wrapper + #vc-spotify-progress-bar {
padding: 0 0.5rem;
box-sizing: border-box;
}
:root
#vc-spotify-album-expanded-wrapper
+ #vc-spotify-progress-bar
.slider_c7a159
.bar_c7a159 {
top: 3px;
height: 20px !important;
}
:root
#vc-spotify-album-expanded-wrapper
+ #vc-spotify-progress-bar
.vc-spotify-time-left {
left: 0.5rem;
}
:root
#vc-spotify-album-expanded-wrapper
+ #vc-spotify-progress-bar
.vc-spotify-time-right {
right: 0.5rem;
}