real-world-css-libraries 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2725 @@
1
+ /* https://github.com/nimsandu/spicetify-bloom/blob/main/src/user.css */
2
+ :root {
3
+ /* Border */
4
+ --default-border-thickness: 2px;
5
+ --border-radius-1: 0.75rem;
6
+ --border-radius-2: 0.5rem;
7
+ --border-radius-3: 0.5rem;
8
+
9
+ --blur-radius: 3rem;
10
+
11
+ --card-gap: 0.5rem;
12
+ --glue-font-weight-normal: 400;
13
+ --glue-font-weight-bold: 600;
14
+ --glue-font-weight-black: 700;
15
+ --scrollbars: unset;
16
+ --scrollbar-vertical-size: 6px;
17
+ --filter-brightness: 1;
18
+ --green: #00ffa1;
19
+ --ms-motion-timing-decelerate: cubic-bezier(0.1, 0.9, 0.2, 1);
20
+
21
+ /* Play Bar */
22
+ --margin-bottom-now-playing-bar: 0.5rem;
23
+ --now-playing-bar-height: 5.625rem;
24
+ --padding-now-playing-bar: 0.25rem;
25
+ --border-radius-now-playing-bar: 0.5rem;
26
+
27
+ /* Shadow Color */
28
+ --shadow-rgb: rgba(var(--spice-rgb-subtext), 0.125);
29
+
30
+ --noise-texture: url("https://nimsandu.github.io/spicetify-bloom/assets/noise/noise.png");
31
+ --noise-opacity: 7.5%;
32
+ /* big thanks to CharlieS and harbassan for providing the svg */
33
+ --equalizer-svg: url("data:image/svg+xml,%3Csvg id='playing-icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 24'%3E%3Cdefs%3E%3Cstyle%3E %23playing-icon %7B fill: %2320BC54; %7D @keyframes play %7B 0%25 %7Btransform: scaleY(1);%7D 3.3%25 %7Btransform: scaleY(0.9583);%7D 6.6%25 %7Btransform: scaleY(0.9166);%7D 9.9%25 %7Btransform: scaleY(0.8333);%7D 13.3%25 %7Btransform: scaleY(0.7083);%7D 16.6%25 %7Btransform: scaleY(0.5416);%7D 19.9%25 %7Btransform: scaleY(0.4166);%7D 23.3%25 %7Btransform: scaleY(0.25);%7D 26.6%25 %7Btransform: scaleY(0.1666);%7D 29.9%25 %7Btransform: scaleY(0.125);%7D 33.3%25 %7Btransform: scaleY(0.125);%7D 36.6%25 %7Btransform: scaleY(0.1666);%7D 39.9%25 %7Btransform: scaleY(0.1666);%7D 43.3%25 %7Btransform: scaleY(0.2083);%7D 46.6%25 %7Btransform: scaleY(0.2916);%7D 49.9%25 %7Btransform: scaleY(0.375);%7D 53.3%25 %7Btransform: scaleY(0.5);%7D 56.6%25 %7Btransform: scaleY(0.5833);%7D 59.9%25 %7Btransform: scaleY(0.625);%7D 63.3%25 %7Btransform: scaleY(0.6666);%7D 66.6%25 %7Btransform: scaleY(0.6666);%7D 69.9%25 %7Btransform: scaleY(0.6666);%7D 73.3%25 %7Btransform: scaleY(0.6666);%7D 76.6%25 %7Btransform: scaleY(0.7083);%7D 79.9%25 %7Btransform: scaleY(0.75);%7D 83.3%25 %7Btransform: scaleY(0.8333);%7D 86.6%25 %7Btransform: scaleY(0.875);%7D 89.9%25 %7Btransform: scaleY(0.9166);%7D 93.3%25 %7Btransform: scaleY(0.9583);%7D 96.6%25 %7Btransform: scaleY(1);%7D %7D %23bar1 %7B transform-origin: bottom; animation: play 0.9s -0.51s infinite; %7D %23bar2 %7B transform-origin: bottom; animation: play 0.9s infinite; %7D %23bar3 %7B transform-origin: bottom; animation: play 0.9s -0.15s infinite; %7D %23bar4 %7B transform-origin: bottom; animation: play 0.9s -0.75s infinite; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Eplaying-icon%3C/title%3E%3Crect id='bar1' class='cls-1' width='4' height='24'/%3E%3Crect id='bar2' class='cls-1' x='6' width='4' height='24'/%3E%3Crect id='bar3' class='cls-1' x='12' width='4' height='24'/%3E%3Crect id='bar4' class='cls-1' x='18' width='4' height='24'/%3E%3C/svg%3E");
34
+ --text-subdued: var(--spice-subtext);
35
+ }
36
+
37
+ * {
38
+ font-family: "Segoe UI Variable Display", "Segoe UI Variable Text", "Segoe UI",
39
+ "Microsoft Ya Hei", sans-serif !important;
40
+ /* font-family: 'Segoe UI Variable Display','Segoe UI Variable Text', 'Microsoft Ya Hei', sans-serif !important; */
41
+ line-height: normal;
42
+ box-shadow: none !important;
43
+ /* mask-repeat: no-repeat;*/
44
+ /* -webkit-mask-repeat: no-repeat;*/
45
+ /*mask-position: center;*/
46
+ /*mask-size: contain;*/
47
+ /*-webkit-mask-position: center;*/
48
+ /*-webkit-mask-size: contain;*/
49
+ --text-subdued: rgba(var(--spice-rgb-subtext), 0.7) !important;
50
+ --section-background-base: var(--spice-card) !important;
51
+ --lyrics-color-background: rgb(0, 0, 0, 0) !important;
52
+ }
53
+
54
+
55
+ /* Fix Overflow off Screen */
56
+ html {
57
+ max-width: 100vw;
58
+ max-height: 100vh;
59
+ overflow: hidden;
60
+ }
61
+
62
+ .ButtonInner-medium-iconOnly {
63
+ --background-highlight: var(--spice-accent);
64
+ --background-press: var(--spice-accent);
65
+ min-inline-size: 32px;
66
+ min-block-size: 32px;
67
+ inline-size: 32px;
68
+ block-size: 32px;
69
+ }
70
+
71
+ .encore-light-theme {
72
+ --background-base: var(--spice-main);
73
+ --text-base: var(--spice-text);
74
+ }
75
+
76
+ .Root__main-view {
77
+ z-index: 0;
78
+ background-color: var(--spice-main);
79
+ height: 100%;
80
+ }
81
+
82
+ .Root__main-view,
83
+ .Root__nav-bar {
84
+ margin-bottom: calc(var(--now-playing-bar-height) - 2rem);
85
+
86
+ .os-scrollbar-track {
87
+ height: 90%;
88
+ }
89
+ }
90
+
91
+ .os-scrollbar {
92
+ cursor: pointer;
93
+ display: var(--scrollbars);
94
+ }
95
+
96
+ .os-scrollbar-handle {
97
+ border-radius: 99px !important;
98
+ background: var(--spice-subtext) !important;
99
+ }
100
+
101
+ .os-scrollbar-vertical {
102
+ width: 4px !important;
103
+ margin-right: 5px;
104
+ transition: width 150ms ease !important;
105
+ }
106
+
107
+ .os-scrollbar-vertical:hover,
108
+ .os-scrollbar-vertical:active {
109
+ width: 5px !important;
110
+ }
111
+
112
+ .os-scrollbar-horizontal {
113
+ display: none;
114
+ }
115
+
116
+ .contentSpacing {
117
+ max-width: 100vw !important;
118
+ margin-bottom: 0;
119
+ }
120
+
121
+ .main-home-homeHeader,
122
+ .main-actionBarBackground-background {
123
+ background-image: none;
124
+ }
125
+
126
+ .main-actionBarBackground-background,
127
+ .main-home-homeHeader,
128
+ .x-entityHeader-overlay,
129
+ .x-actionBarBackground-background {
130
+ background-color: var(--spice-main) !important;
131
+ }
132
+
133
+ .main-topBar-overlay {
134
+ opacity: 0 !important;
135
+ }
136
+
137
+ .main-entityHeader-overlay {
138
+ background-image: linear-gradient(to bottom,
139
+ rgb(39 39 39 / 0%),
140
+ var(--spice-main));
141
+ }
142
+
143
+ .x-actionBarBackground-background,
144
+ .x-entityHeader-overlay,
145
+ .main-actionBarBackground-background {
146
+ background: none !important;
147
+ }
148
+
149
+ /* remove dividers */
150
+
151
+ .main-trackList-trackListHeaderRow,
152
+ .main-trackCreditsModal-header {
153
+ background-color: var(--spice-card);
154
+ border-bottom: none;
155
+ }
156
+
157
+ .now-playing-bar-container,
158
+ ._6e96ad0ba78d75ffb2a0156aa1834a21-scss {
159
+ border-top: none;
160
+ }
161
+
162
+ .main-rootlist-rootlistDivider,
163
+ .main-contextMenu-dividerBefore::before,
164
+ .main-contextMenu-dividerAfter::after,
165
+ .show-episodeList-divider,
166
+ .main-rootlist-rootlistDividerContainer {
167
+ display: none;
168
+ }
169
+
170
+ /* cards */
171
+
172
+ .main-shelf-shelf {
173
+ margin-bottom: 0;
174
+ }
175
+
176
+ .main-shelf-shelfGrid {
177
+ overflow-y: visible !important;
178
+ margin-bottom: 16px;
179
+ }
180
+
181
+ .main-cardImage-image,
182
+ .main-cardImage-imageWrapper,
183
+ .main-card-card img {
184
+ border-radius: var(--border-radius-2);
185
+ }
186
+
187
+ .main-card-card,
188
+ .x-heroCategoryCard-HeroCategoryCard,
189
+ .x-categoryCard-CategoryCard,
190
+ .x-categoryCard-image,
191
+ .main-heroCard-card,
192
+ .view-homeShortcutsGrid-draggable {
193
+ border-radius: var(--border-radius-1);
194
+ }
195
+
196
+ .main-card-card:hover,
197
+ .x-categoryCard-CategoryCard:hover,
198
+ .main-heroCard-card:hover {
199
+ transform: translateY(-3px);
200
+ box-shadow: 0 4px 16px rgba(var(--spice-rgb-layer-shadow), 0.5) !important;
201
+ }
202
+
203
+ .main-card-card:hover::after,
204
+ .x-categoryCard-CategoryCard:hover::after,
205
+ .main-heroCard-card:hover::after {
206
+ transform: translateY(0px);
207
+ }
208
+
209
+ .main-card-card:active,
210
+ .x-categoryCard-CategoryCard:active,
211
+ .main-heroCard-card:active {
212
+ transform: translateY(0px);
213
+ }
214
+
215
+ .x-categoryCard-backdrop {
216
+ position: absolute;
217
+ width: 100%;
218
+ height: 100%;
219
+ filter: blur(60px);
220
+ background-size: cover;
221
+ background-blend-mode: luminosity;
222
+ opacity: 0;
223
+ animation: scale-in 750ms ease-out forwards;
224
+ transform-origin: center center;
225
+ }
226
+
227
+ @keyframes scale-in {
228
+ from {
229
+ opacity: 0;
230
+ transform: scale(0);
231
+ }
232
+
233
+ to {
234
+ opacity: 1;
235
+ transform: scale(1);
236
+ }
237
+ }
238
+
239
+ .view-homeShortcutsGrid-shortcut {
240
+ background: transparent;
241
+ overflow: unset;
242
+ }
243
+
244
+ .x-searchResultsTracks-root>.main-gridContainer-gridContainer,
245
+ .main-trackList-trackList,
246
+ .main-card-card,
247
+ .main-heroCard-card,
248
+ .main-card-cardContainer,
249
+ .view-homeShortcutsGrid-draggable {
250
+ background-color: var(--spice-card);
251
+ border: 1px var(--spice-contour) solid;
252
+ }
253
+
254
+ .main-tag-container {
255
+ font-weight: 400;
256
+ font-size: 10px;
257
+ color: var(--spice-alt-text) !important;
258
+ background-color: var(--spice-accent);
259
+ }
260
+
261
+ .main-heroCardTag-root {
262
+ height: 24px;
263
+ padding: 12px;
264
+ margin-top: 8px;
265
+ }
266
+
267
+ .x-categoryCard-title,
268
+ .x-heroCategoryCard-heroTitle,
269
+ .collection-collectionEntityHeroCard-likedSongs div {
270
+ color: white;
271
+ }
272
+
273
+ /* transitions */
274
+
275
+ /* .main-card-card {
276
+ transition: background-color 150ms ease;
277
+ } */
278
+
279
+ .main-card-card,
280
+ .x-categoryCard-CategoryCard,
281
+ .main-heroCard-card {
282
+ transition: transform 400ms var(--ms-motion-timing-decelerate),
283
+ box-shadow 400ms var(--ms-motion-timing-decelerate);
284
+ }
285
+
286
+ .link-subtle {
287
+ transition-duration: 150ms;
288
+ }
289
+
290
+ /* headers */
291
+
292
+ [dir="ltr"] .queue-tabBar-header,
293
+ .marketplace-tabBar-nav {
294
+ text-align: center !important;
295
+ }
296
+
297
+ .lyrics-tabBar-header {
298
+ justify-content: center;
299
+ }
300
+
301
+ .Root__top-container:not(:has(.main-topBar-container)) .Root__main-view::after {
302
+ content: "";
303
+ top: -64px;
304
+ left: calc(var(--left-sidebar-width) * -1);
305
+ position: absolute;
306
+ width: 100vw;
307
+ height: 64px;
308
+ z-index: 1;
309
+ background-color: rgba(var(--spice-rgb-sidebar), 0.85);
310
+ backdrop-filter: blur(50px) saturate(2.5);
311
+ }
312
+
313
+ .global-nav .Root__top-container:not(:has(.main-topBar-container)) .Root__main-view::after {
314
+ content: none;
315
+ visibility: none;
316
+ backdrop-filter: none;
317
+ }
318
+
319
+ .Root__top-container:has(.lyrics-lyrics-container) .main-topBar-topbarContentWrapper {
320
+ display: none !important;
321
+ }
322
+
323
+ .main-topBar-topbarContentWrapper {
324
+ margin: 0 !important;
325
+ }
326
+
327
+ /* Top Bar Styles */
328
+ .main-topBar-container>*,
329
+ .main-topBar-topbarContent {
330
+ -webkit-app-region: drag !important;
331
+ }
332
+
333
+ .global-nav .main-topBar-container>*,
334
+ .global-nav .main-topBar-topbarContent,
335
+ .main-topBar-topbarContentRight button,
336
+ .main-topBar-topbarContentRight *,
337
+ .main-topBar-historyButtons * {
338
+ -webkit-app-region: no-drag;
339
+ }
340
+
341
+ .spotify__container--is-desktop.spotify__os--is-windows .Root__globalNav,
342
+ .spotify__container--is-desktop.spotify__os--is-windows .main-topBar-container {
343
+ padding-inline: 4vw 10vw;
344
+ }
345
+
346
+ .spotify__container--is-desktop.spotify__os--is-macos .main-topBar-container {
347
+ -webkit-padding-start: 80px !important;
348
+ padding-inline-start: 80px !important;
349
+ }
350
+
351
+ .spotify__container--is-desktop.spotify__os--is-macos .global-nav .main-topBar-container .spotify__container--is-desktop.spotify__os--is-windows .global-nav .main-topBar-container,
352
+ .global-nav .main-topBar-container {
353
+ padding-inline: 0 !important;
354
+ }
355
+
356
+ .main-topBar-container {
357
+ top: 0;
358
+ left: 0;
359
+ right: 0;
360
+ position: fixed;
361
+ height: 2.5rem;
362
+ background: transparent !important;
363
+ }
364
+
365
+ .artist-artistDiscography-topBar,
366
+ .search-searchCategory-SearchCategory,
367
+ .global-nav .main-home-filterChipsContainer,
368
+ .main-trackList-trackListHeader,
369
+ .marketplace-header,
370
+ .main-home-filterChipsContainer {
371
+ top: 0 !important;
372
+ }
373
+
374
+ .artist-artistDiscography-tracklist .main-trackList-trackListHeader {
375
+ top: 40px !important;
376
+ }
377
+
378
+ .global-nav .artist-artistDiscography-tracklist .main-trackList-trackListHeader {
379
+ top: 96px !important;
380
+ }
381
+
382
+ .global-nav .marketplace-header,
383
+ .global-nav .main-trackList-trackListHeader,
384
+ .global-nav .artist-artistDiscography-topBar {
385
+ top: 64px !important;
386
+ }
387
+
388
+ .global-nav .main-topBar-container {
389
+ position: absolute !important;
390
+ -webkit-backdrop-filter: none !important;
391
+ backdrop-filter: none !important;
392
+ }
393
+
394
+ .global-nav:has(.BeautifulLyricsPage) .main-topBar-container {
395
+ position: absolute;
396
+ }
397
+
398
+ .global-nav .main-home-filterChipsContainer,
399
+ .global-nav .main-topBar-background {
400
+ border-bottom: var(--default-border);
401
+ }
402
+
403
+ .main-trackCreditsModal-container {
404
+ max-height: 90vh;
405
+ width: max-content;
406
+ max-width: 75vw;
407
+ }
408
+
409
+ .main-home-homeHeader {
410
+ background-color: transparent !important;
411
+ -webkit-box-shadow: none !important;
412
+ box-shadow: none !important;
413
+ }
414
+
415
+ .main-topBar-background {
416
+ background-color: var(--spice-sidebar, #F3F3F3) !important;
417
+ background: var(--spice-sidebar, #F3F3F3) !important;
418
+ backdrop-filter: none !important;
419
+ opacity: 1 !important;
420
+ border: none !important;
421
+ box-shadow: none !important;
422
+ border-bottom: 1px solid var(--spice-light-border, #e0e0e0) !important;
423
+ }
424
+
425
+ .main-topBar-background::before {
426
+ background-image: none !important;
427
+ opacity: 0 !important;
428
+ }
429
+
430
+ .main-entityHeader-withBackgroundImage {
431
+ padding: 0 32px 24px;
432
+ }
433
+
434
+ .main-entityHeader-title {
435
+ font-size: unset;
436
+ font-weight: 500;
437
+ display: contents;
438
+ }
439
+
440
+ .main-entityHeader-titleInner {
441
+ overflow: hidden;
442
+ }
443
+
444
+ h1,
445
+ h2,
446
+ h3,
447
+ .main-shelf-title,
448
+ .main-entityHeader-topbarTitle,
449
+ .main-type-canon,
450
+ .main-type-bass,
451
+ .main-cardHeader-text.main-type-alto,
452
+ .x-searchResultsTracks-title {
453
+ font-weight: 500;
454
+ letter-spacing: 0.1px !important;
455
+ margin-bottom: 4px;
456
+ white-space: normal;
457
+ }
458
+
459
+ .main-seeAll-link {
460
+ margin-bottom: 10px;
461
+ }
462
+
463
+ .main-topBar-topbarContent {
464
+ justify-content: center;
465
+ }
466
+
467
+ .queue-tabBar-header {
468
+ text-align: center;
469
+ min-width: 100px;
470
+ }
471
+
472
+ .queue-tabBar-headerItemLink {
473
+ transition: background-color ease-out 167ms;
474
+ }
475
+
476
+ .main-topBar-historyButtons {
477
+ align-items: center;
478
+ }
479
+
480
+ .main-topBar-historyButtons>button:nth-child(1) {
481
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_left_24_filled.svg");
482
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_left_24_filled.svg");
483
+
484
+ background-color: var(--spice-text) !important;
485
+ padding: 5px;
486
+ width: 24px !important;
487
+ height: 24px !important;
488
+ }
489
+
490
+ .main-topBar-historyButtons>button:nth-child(2) {
491
+ display: inline-flex !important;
492
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg");
493
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg");
494
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg");
495
+ background-color: var(--spice-text) !important;
496
+ padding: 5px;
497
+ width: 24px !important;
498
+ height: 24px !important;
499
+ margin-right: 0.5rem;
500
+ }
501
+
502
+ /* --- 3. Home, What's New, Friend Activity styles --- */
503
+ /* (bg = --spice-sidebar, circle, 32x32) */
504
+ button.main-globalNav-navLink[aria-label="Home"],
505
+ button[aria-label="What's New"],
506
+ button[aria-label="Friend Activity"] {
507
+ background-color: var(--spice-sidebar, #F3F3F3) !important;
508
+ background: var(--spice-sidebar, #F3F3F3) !important;
509
+ border: 1px solid var(--spice-light-border, #e0e0e0) !important;
510
+ border-radius: 50% !important; /* circle */
511
+ box-shadow: none !important;
512
+ width: 32px !important;
513
+ height: 32px !important;
514
+ min-width: 32px !important;
515
+ min-height: 32px !important;
516
+ padding: 0 !important;
517
+ display: inline-flex !important;
518
+ align-items: center !important;
519
+ justify-content: center !important;
520
+ vertical-align: middle !important;
521
+ box-sizing: border-box !important;
522
+ overflow: hidden !important;
523
+ color: var(--spice-text) !important;
524
+ }
525
+
526
+ /* Icons in buttons */
527
+ button.main-globalNav-navLink[aria-label="Home"] svg,
528
+ button[aria-label="What's New"] svg,
529
+ button[aria-label="Friend Activity"] svg {
530
+ fill: currentColor !important;
531
+ color: currentColor !important;
532
+ width: 18px !important;
533
+ height: 18px !important;
534
+ display: block !important;
535
+ }
536
+
537
+ /* Inner containers if exist */
538
+ button.main-globalNav-navLink[aria-label="Home"]>*,
539
+ button[aria-label="What's New"]>*,
540
+ button[aria-label="Friend Activity"]>* {
541
+ background-color: transparent !important;
542
+ margin: 0;
543
+ padding: 0;
544
+ line-height: 0;
545
+ display: flex;
546
+ align-items: center;
547
+ justify-content: center;
548
+ }
549
+
550
+ /* --- 4. Avatar container --- */
551
+ /* Using a general selector for the button on the right that contains an img */
552
+ .main-topBar-topbarContentRight button:has(img),
553
+ button.main-userWidget-box[data-testid="user-widget-link"] /* Adding more specific selector */
554
+ {
555
+ background-color: var(--spice-sidebar, #F3F3F3) !important; /* ** using var ** */
556
+ background: var(--spice-sidebar, #F3F3F3) !important;
557
+ padding: 2px !important; /* padding for img */
558
+ width: 32px !important;
559
+ height: 32px !important;
560
+ min-width: 32px !important;
561
+ min-height: 32px !important;
562
+ box-sizing: border-box !important;
563
+ display: flex !important;
564
+ align-items: center !important;
565
+ justify-content: center !important;
566
+ overflow: hidden !important;
567
+ border-radius: 50% !important; /* Added for consistency */
568
+ border: 1px solid var(--spice-light-border, #e0e0e0) !important; /* Added for consistency */
569
+ box-shadow: none !important; /* Added for consistency */
570
+ }
571
+
572
+ /* Inner elements and avatar - make transparent */
573
+ .main-topBar-topbarContentRight button:has(img)>*,
574
+ button.main-userWidget-box[data-testid="user-widget-link"]>*,
575
+ .main-avatar-avatar {
576
+ background-color: transparent !important;
577
+ border-radius: 50% !important; /* ** ROUNDED CONTAINER/FIGURE ** */
578
+ border: none !important; /* Remove border from figure */
579
+ margin: 0 !important;
580
+ padding: 0 !important;
581
+ width: 100% !important;
582
+ height: 100% !important;
583
+ display: flex !important;
584
+ align-items: center !important;
585
+ justify-content: center !important;
586
+ overflow: hidden;
587
+ }
588
+
589
+ /* The image itself */
590
+ .main-topBar-topbarContentRight button:has(img) img,
591
+ button.main-userWidget-box[data-testid="user-widget-link"] img,
592
+ .main-avatar-image {
593
+ border-radius: 50% !important; /* ** ROUNDING THE IMAGE ** */
594
+ width: 100% !important;
595
+ height: 100% !important;
596
+ display: block !important;
597
+ object-fit: cover !important;
598
+ background-color: transparent !important;
599
+ }
600
+
601
+ .main-userWidget-displayName,
602
+ .main-userWidget-chevron {
603
+ display: none !important;
604
+ }
605
+
606
+
607
+ /* menus */
608
+
609
+ /* --- 5. "Create" Button (Plus) - Adaptive Size --- */
610
+ /* Using aria-label and classes to select the button */
611
+ button.main-useDropTarget-base[aria-label="Create"],
612
+ button.l5V7KOO1aHJ4R7jYTQuV[aria-label="Create"] {
613
+ background-color: var(--spice-sidebar, #F3F3F3) !important; /* ** Background F3F3F3 ** */
614
+ background: var(--spice-sidebar, #F3F3F3) !important;
615
+ border: 1px solid var(--spice-light-border, #e0e0e0) !important; /* Thin border */
616
+ color: var(--spice-text) !important; /* ** Dark color for text and icon ** */
617
+ box-shadow: none !important;
618
+
619
+ /* ** REMOVE fixed sizes and round shape ** */
620
+ /* width: 32px !important; */
621
+ /* height: 32px !important; */
622
+ /* min-width: 32px !important; */
623
+ /* min-height: 32px !important; */
624
+ /* border-radius: 50% !important; */
625
+
626
+ /* ** Keep default styles or minimal overrides ** */
627
+ /* padding: DO NOT override, let the theme decide */
628
+ /* display: DO NOT override */
629
+ /* align-items: DO NOT override */
630
+ /* justify-content: DO NOT override */
631
+ /* vertical-align: DO NOT override */
632
+ box-sizing: border-box !important; /* Keep just in case */
633
+ /* overflow: hidden !important; */ /* Remove, might interfere with text */
634
+ }
635
+
636
+ /* Style for the SVG icon inside the button */
637
+ button.main-useDropTarget-base[aria-label="Create"] svg,
638
+ button.l5V7KOO1aHJ4R7jYTQuV[aria-label="Create"] svg {
639
+ fill: currentColor !important; /* Inherit color from the button */
640
+ /* Do not set size rigidly, let the theme decide */
641
+ /* width: 18px !important; */
642
+ /* height: 18px !important; */
643
+ display: inline-block !important; /* SVG is usually inline-block */
644
+ vertical-align: middle; /* Align vertically with text */
645
+ }
646
+
647
+ /* Optionally add style for text if it doesn't inherit the color */
648
+ button.main-useDropTarget-base[aria-label="Create"] span, /* If text is in a span */
649
+ button.l5V7KOO1aHJ4R7jYTQuV[aria-label="Create"] span {
650
+ color: currentColor !important; /* Inherit color from the button */
651
+ }
652
+
653
+ /* --- End of Section 5 --- */
654
+
655
+ /* search */
656
+
657
+
658
+ /* --- 2. Search Field (Restoring Working Input State) --- */
659
+ /* Container Width */
660
+ .main-topBar-searchBar {
661
+ flex: 0 1 500px; /* Keep it wide */
662
+ display: flex;
663
+ position: relative; /* Set position context for dropdown */
664
+ }
665
+
666
+ /* Form Styling - NO padding, takes full container width */
667
+ form.e-9812-form-input-icon[role="search"] {
668
+ background-color: var(--spice-main, #ffffff) !important;
669
+ border: 1px solid var(--spice-light-border, #cccccc) !important;
670
+ border-radius: 18px !important;
671
+ height: 36px !important;
672
+ display: flex !important;
673
+ align-items: center !important;
674
+ padding: 0 !important; /* NO Form Padding */
675
+ box-sizing: border-box !important;
676
+ width: 100% !important; /* Fill the .main-topBar-searchBar */
677
+ margin: 0 !important;
678
+ position: relative !important; /* Relative for icons */
679
+ }
680
+
681
+ /* Leading icon container - Margins from edge */
682
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading {
683
+ flex-shrink: 0;
684
+ display: flex !important; /* Ensure flex is applied */
685
+ align-items: center !important; /* Ensure vertical centering */
686
+ justify-content: center !important; /* Horizontal centering within its box */
687
+ width: 20px !important;
688
+ height: 100% !important; /* Take full height for align-items */
689
+ margin-left: 12px !important; /* Trying 16px (was 18px, then 12px) */
690
+ margin-right: 8px !important; /* Keep right margin from icon */
691
+ box-sizing: border-box !important;
692
+ pointer-events: none;
693
+ overflow: visible !important;
694
+ padding: 0 !important;
695
+ /* Remove margin-top/bottom since we center with flex */
696
+ margin-top: 0 !important;
697
+ margin-bottom: 0 !important;
698
+ position: relative;
699
+ z-index: 1;
700
+ }
701
+
702
+ /* Input field - Flex Grow + Min Width, Padding Right only (Corrected) */
703
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input {
704
+ background-color: transparent !important;
705
+ border: none !important;
706
+ color: var(--spice-text, #000000) !important;
707
+ height: 100% !important;
708
+ /* --- USING FLEX GROW --- */
709
+ flex-grow: 1 !important;
710
+ /* --- NO width: 100% --- */
711
+ /* --- NO PADDING-LEFT - Space created by icon's margin-right --- */
712
+ padding: 0 55px 0 0 !important; /* T:0 R:55 B:0 L:0 */
713
+ box-sizing: border-box !important;
714
+ /* --- KEEP min-width FIX --- */
715
+ min-width: 340px !important; /* Force minimum width */
716
+ line-height: 36px !important;
717
+ font-size: 14px;
718
+ box-shadow: none !important;
719
+ caret-color: var(--spice-text, #000000) !important;
720
+ margin: 0 !important;
721
+ /* Overflow handling */
722
+ white-space: nowrap;
723
+ overflow: hidden;
724
+ text-overflow: ellipsis;
725
+ position: relative;
726
+ z-index: 0;
727
+ }
728
+
729
+ /* Placeholder */
730
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input::placeholder { color: var(--spice-subtext, #888888) !important; opacity: 1 !important; }
731
+ /* Focus */
732
+ form.e-9812-form-input-icon[role="search"]:focus-within { border: 1px solid var(--spice-accent, #006bba) !important; box-shadow: 0 0 0 1px var(--spice-accent, #006bba) !important; }
733
+
734
+ /* --- Other icon styles unchanged --- */
735
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading button.EJttP30F1zYHeAw7ISHb, form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading button.EJttP30F1zYHeAw7ISHb svg { display: none !important; position: absolute !important; width: 0 !important; height: 0 !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; border: 0 !important; left: -9999px; }
736
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading svg.M9l40ptEBXPm03dU3X1k { display: block !important; width: 20px !important; height: 20px !important; box-sizing: border-box !important; opacity: 1 !important; visibility: visible !important; fill: var(--spice-subtext, #6d6d6d) !important; mask: none !important; -webkit-mask: none !important; clip-path: none !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; }
737
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading svg.M9l40ptEBXPm03dU3X1k path { fill: var(--spice-subtext, #6d6d6d) !important; mask: none !important; -webkit-mask: none !important; clip-path: none !important; stroke: none !important; }
738
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing {
739
+ position: absolute !important;
740
+ right: 12px !important;
741
+ top: 50% !important;
742
+ transform: translateY(-50%) !important;
743
+ z-index: 2;
744
+ flex-shrink: 0;
745
+ display: flex !important;
746
+ align-items: center !important;
747
+ pointer-events: auto;
748
+ margin: 0;
749
+ padding: 0;
750
+ }
751
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing button.MdMAXXFPalD99eigsBug {
752
+ margin-right: 3px !important; /* Попробуй 3px */
753
+ }
754
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing div.BV0jjn_h5TtMMl8YKuZ0 {
755
+ margin-left: 8px !important; /* Попробуй 3px */
756
+ }
757
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing button { background-color: transparent !important; padding: 0 !important; border: none !important; cursor: pointer; display: flex; align-items: center; justify-content: center; }
758
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing button svg { fill: var(--spice-subtext, #555555) !important; width: 16px !important; height: 16px !important; display: block; }
759
+ /*.dM_TEJo05MxBvrLzfNrW { display: none !important; }*/
760
+ /* --- End of Section 2 --- */
761
+
762
+ /* Fix Window Controls Overlap on Windows when narrow */
763
+
764
+
765
+ .spotify__container--is-desktop.spotify__os--is-windows .main-topBar-container {
766
+ padding-inline-end: max(10vw, 150px) !important;
767
+ }
768
+
769
+
770
+ .spotify__container--is-desktop.spotify__os--is-windows .Root__top-container--right-sidebar-visible .main-topBar-container {
771
+
772
+ padding-inline-end: max(167px, 180px) !important;
773
+ }
774
+
775
+
776
+ .main-topBar-topbarContentRight {
777
+ flex-shrink: 0;
778
+ }
779
+
780
+ /* Style Ctrl+K hint - Absolute Position using LEFT offset */
781
+
782
+
783
+ .dM_TEJo05MxBvrLzfNrW {
784
+ position: absolute !important;
785
+ left: 170px !important;
786
+ top: 50% !important;
787
+ transform: translateY(-50%) !important;
788
+ z-index: 1 !important;
789
+ pointer-events: none !important;
790
+ display: none !important;
791
+ align-items: center !important;
792
+ opacity: 0.6 !important;
793
+ }
794
+
795
+
796
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input:focus:placeholder-shown + .dM_TEJo05MxBvrLzfNrW {
797
+ display: flex !important;
798
+ }
799
+
800
+
801
+ .dM_TEJo05MxBvrLzfNrW kbd.xlLQHgpip3xYOwRYpwun {
802
+ background-color: transparent !important; border: 1px solid var(--spice-subtext, #888888) !important; color: var(--spice-subtext, #888888) !important;
803
+ padding: 2px 4px !important; border-radius: 3px !important; font-size: 11px !important; margin-left: 4px !important; line-height: 1 !important;
804
+ }
805
+
806
+ .dM_TEJo05MxBvrLzfNrW span.upGmCR5y3yDImbt6sHOl { display: none !important; }
807
+ /* Span wrapper */
808
+ .dM_TEJo05MxBvrLzfNrW span.IYex0sXu8fnCz1FqFbRe { display: contents !important; }
809
+
810
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input {
811
+
812
+ position: relative;
813
+ z-index: 0 !important;
814
+ }
815
+
816
+ /* Style Search Dropdown Background AND POSITION */
817
+
818
+ #recent-searches-dropdown {
819
+ background-color: transparent !important;
820
+ border: none !important;
821
+ position: absolute !important;
822
+ left: 0 !important;
823
+ top: 100% !important;
824
+ margin-top: 8px !important;
825
+ width: 100% !important;
826
+ z-index: 10;
827
+ pointer-events: none;
828
+ }
829
+
830
+
831
+ .GimJ6fo6WOYPyWNVpSr1.ZjfaJlGQZ42nCWjD3FDm {
832
+ background-color: var(--spice-card) !important;
833
+ border-radius: var(--border-radius-2) !important;
834
+ border: 1px solid var(--spice-contour) !important;
835
+ box-shadow: 0 4px 16px rgba(var(--spice-rgb-layer-shadow), 0.5) !important;
836
+ width: 100% !important;
837
+ max-height: 400px;
838
+ box-sizing: border-box;
839
+ pointer-events: auto;
840
+
841
+ transform: none !important;
842
+
843
+ }
844
+
845
+ .x-searchInput-searchInputInput {
846
+ background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
847
+ color: var(--spice-text) !important;
848
+ border: 1px solid var(--spice-light-border);
849
+ border-radius: var(--border-radius-2) !important;
850
+ padding-right: 72px;
851
+ padding-left: 12px;
852
+ height: 32px !important;
853
+ transition: background-color ease-in 167ms;
854
+ }
855
+
856
+ .x-searchInput-searchInputInput:hover {
857
+ background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
858
+ }
859
+
860
+ .x-searchInput-searchInputInput:focus {
861
+ background-color: rgba(var(--spice-rgb-main), 0.7) !important;
862
+ border-bottom: var(--spice-accent) solid 2px;
863
+ }
864
+
865
+ .x-searchInput-searchInputIconContainer {
866
+ flex-direction: row-reverse;
867
+ }
868
+
869
+ .x-searchInput-searchInputSearchIcon {
870
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_search_16_regular.svg");
871
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_search_16_regular.svg");
872
+ background-color: var(--spice-subtext) !important;
873
+ flex: 0;
874
+ transform: scaleX(-1);
875
+ height: 16px;
876
+ width: 16px;
877
+ }
878
+
879
+ .x-searchInput-searchInputSearchIcon path {
880
+ display: none;
881
+ }
882
+
883
+ .x-searchInput-searchInputClearButton {
884
+ margin-left: 5px;
885
+ margin-right: 12px;
886
+ }
887
+
888
+ .x-searchInput-searchInputClearButton path {
889
+ display: block !important;
890
+ }
891
+
892
+ .x-searchInput-searchInputClearButton svg {
893
+ fill: var(--spice-subtext);
894
+ padding: 3px;
895
+ }
896
+
897
+ .x-searchInput-searchInputSearchIcon,
898
+ .playlist-inlineSearchBox-searchIcon,
899
+ .x-searchInput-searchInputInput::placeholder,
900
+ .playlist-inlineSearchBox-filterInput,
901
+ .x-searchInput-searchInputClearButton {
902
+ color: var(--spice-text) !important;
903
+ }
904
+
905
+
906
+ .x-searchResultsTracks-root .main-gridContainer-gridContainer {
907
+ padding: 8px;
908
+ }
909
+
910
+ .main-heroCard-card,
911
+ .x-searchResultsTracks-root .main-gridContainer-gridContainer {
912
+ background-color: var(--spice-card);
913
+ border-radius: var(--border-radius-1);
914
+ }
915
+
916
+ /* error */
917
+
918
+ path[d="M23 0C10.298 0 0 10.297 0 23c0 12.702 10.298 23 23 23 12.703 0 23-10.298 23-23C46 10.297 35.703 0 23 0zm0 44C11.421 44 2 34.579 2 23S11.42 2 23 2c11.579 0 21 9.42 21 21 0 11.579-9.42 21-21 21zm1.872-32.065l-.8 16.192h-2.144l-.832-16.192h3.776zm-3.968 20.768c0-.576.203-1.072.608-1.488a1.979 1.979 0 011.472-.624c.576 0 1.072.208 1.488.624.416.416.624.912.624 1.488s-.208 1.067-.624 1.472a2.056 2.056 0 01-1.488.608 2.006 2.006 0 01-1.472-.608 2.002 2.002 0 01-.608-1.472z"],
919
+ .spoticon-warning-64::before {
920
+ color: var(--spice-notification-error);
921
+ }
922
+
923
+ /* notification */
924
+
925
+ .notistack-SnackbarContainer {
926
+ margin-bottom: 95px;
927
+ }
928
+
929
+ .notistack-MuiContent,
930
+ .RQREWe_yBdtc_g6eC3wQ {
931
+ color: var(--spice-text);
932
+ }
933
+
934
+ .RQREWe_yBdtc_g6eC3wQ {
935
+ background-color: var(--spice-notif-bubble-info);
936
+ }
937
+
938
+ .notistack-MuiContent-error {
939
+ background-color: var(--spice-notif-bubble-error);
940
+ }
941
+
942
+ /* modals */
943
+
944
+ .GenericModal__overlay {
945
+ background-color: rgba(0, 0, 0, 0.6);
946
+ }
947
+
948
+ .main-trackCreditsModal-header {
949
+ border-top-right-radius: var(--border-radius-1);
950
+ border-top-left-radius: var(--border-radius-1);
951
+ }
952
+
953
+ .GenericModal::before {
954
+ z-index: -1;
955
+ content: "";
956
+ position: absolute;
957
+ top: 0;
958
+ left: 0;
959
+ right: 0;
960
+ bottom: 0;
961
+ border-radius: var(--border-radius-1) !important;
962
+ background-image: var(--noise-texture);
963
+ opacity: var(--noise-opacity);
964
+ }
965
+
966
+ .main-trackCreditsModal-container,
967
+ .main-aboutRecsModal-container,
968
+ .main-playlistEditDetailsModal-container,
969
+ .profile-userEditDetails-container,
970
+ .tJeH2W2to1A7d9tWBRoi,
971
+ .artist-artistAbout-modal,
972
+ .XwNfIrI6_hCa_9_T2cQB,
973
+ .main-embedWidgetGenerator-container,
974
+ .main-trackCreditsModal-header,
975
+ .main-confirmDialog-container {
976
+ background-color: transparent !important;
977
+ }
978
+
979
+ .GenericModal {
980
+ background-color: rgba(var(--spice-rgb-main), 0.8) !important;
981
+ backdrop-filter: blur(50px) saturate(1.5);
982
+ border-radius: var(--border-radius-1) !important;
983
+ }
984
+
985
+ #full-screen-config-container .setting-card,
986
+ .Ifnz1lh1jjvqPqJ4KPo8 {
987
+ background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
988
+ }
989
+
990
+ .uJjmxe0T11dUVeW6Biz8 {
991
+ background-color: unset;
992
+ }
993
+
994
+ .main-playlistEditDetailsModal-titleInput,
995
+ .main-playlistEditDetailsModal-descriptionTextarea,
996
+ .main-playlistEditDetailsModal-titleInput:focus,
997
+ .main-playlistEditDetailsModal-descriptionTextarea:focus,
998
+ .playlist-inlineSearchBox-filterInput {
999
+ background-color: var(--spice-card);
1000
+ }
1001
+
1002
+ .profile-userEditDetails-nameInput,
1003
+ .profile-userEditDetails-textElement:focus {
1004
+ background: var(--spice-card) !important;
1005
+ }
1006
+
1007
+ .main-playlistEditDetailsModal-titleInput:focus,
1008
+ .main-playlistEditDetailsModal-descriptionTextarea:focus,
1009
+ .profile-userEditDetails-textElement:focus,
1010
+ .playlist-inlineSearchBox-filterInput:focus {
1011
+ border: 1px solid var(--spice-button-active) !important;
1012
+ }
1013
+
1014
+ .playlist-inlineSearchBox-filterInput {
1015
+ border: 1px solid var(--spice-card);
1016
+ }
1017
+
1018
+ .main-playlistEditDetailsModal-titleInput,
1019
+ .main-playlistEditDetailsModal-descriptionTextarea,
1020
+ .profile-userEditDetails-nameInput,
1021
+ .playlist-inlineSearchBox-filterInput {
1022
+ border-radius: var(--border-radius-2) !important;
1023
+ }
1024
+
1025
+ .profile-userEditDetails-labelText:before {
1026
+ bottom: 8px !important;
1027
+ }
1028
+
1029
+ .main-playlistEditDetailsModal-titleInput::placeholder,
1030
+ .main-playlistEditDetailsModal-descriptionTextarea::placeholder {
1031
+ color: var(--spice-text);
1032
+ }
1033
+
1034
+ .main-editImageButton-overlay {
1035
+ background-color: rgba(var(--spice-rgb-card), 0.7);
1036
+ }
1037
+
1038
+ /* dialogs */
1039
+
1040
+ .main-deletePlaylistDialog-container,
1041
+ .main-deleteFolderDialog-container {
1042
+ background-color: var(--spice-card);
1043
+ color: var(--spice-text);
1044
+ border-radius: var(--border-radius-1);
1045
+ }
1046
+
1047
+ .main-deletePlaylistDialog-secondaryButton,
1048
+ .main-deleteFolderDialog-secondaryButton {
1049
+ color: var(--spice-button);
1050
+ }
1051
+
1052
+ .main-deletePlaylistDialog-buttonContainer> :last-child,
1053
+ .main-deleteFolderDialog-buttonContainer> :last-child {
1054
+ background-color: var(--spice-notification-error);
1055
+ }
1056
+
1057
+ /* friend activity */
1058
+
1059
+ .spotify__container--is-desktop.spotify__os--is-windows .Root__top-container--right-sidebar-visible .main-topBar-container {
1060
+ padding-inline-end: 167px;
1061
+ }
1062
+
1063
+ .main-connectToFacebook-container {
1064
+ margin-top: 50px;
1065
+ }
1066
+
1067
+ .main-connectToFacebook-text,
1068
+ .main-connectToFacebook-disclaimer,
1069
+ .main-connectToFacebook-headerTitle,
1070
+ .main-addFriendsView-headerText p {
1071
+ color: var(--spice-text);
1072
+ }
1073
+
1074
+ .VLKqDIGaQn2bILzJKSZ0 {
1075
+ background-color: var(--spice-card) !important;
1076
+ }
1077
+
1078
+ .main-addFriendsView-header {
1079
+ margin-top: 16px;
1080
+ border-bottom: 1px solid var(--spice-selected-row) !important;
1081
+ }
1082
+
1083
+ .main-addFriendsView-facebookIconWrapper {
1084
+ background-color: #008aff !important;
1085
+ }
1086
+
1087
+ .main-addFriendsView-filterInput {
1088
+ background-color: var(--spice-card) !important;
1089
+ color: var(--spice-text) !important;
1090
+ }
1091
+
1092
+ .main-addFriendsView-filterInput::placeholder {
1093
+ color: var(--spice-text) !important;
1094
+ }
1095
+
1096
+ .main-buddyFeed-header {
1097
+ opacity: 1 !important;
1098
+ }
1099
+
1100
+ .main-buddyFeed-findFriendsIcon,
1101
+ .main-buddyFeed-addFriendPlaceholderIcon {
1102
+ color: var(--spice-text) !important;
1103
+ }
1104
+
1105
+ .main-buddyFeed-username a {
1106
+ color: var(--spice-text) !important;
1107
+ }
1108
+
1109
+ .main-buddyFeed-artistAndTrackName a,
1110
+ .main-buddyFeed-activityMetadata,
1111
+ .main-buddyFeed-timestamp,
1112
+ .main-buddyFeed-playbackContextLink,
1113
+ .b9rqRkvRvhrSY4FYHQVC,
1114
+ .xHc_2FQr3NxfCgfDSVhY {
1115
+ color: var(--spice-subtext) !important;
1116
+ }
1117
+
1118
+ .main-buddyFeed-friendActivity {
1119
+ background-color: var(--spice-card);
1120
+ border-radius: var(--border-radius-1);
1121
+ margin: 8px 0;
1122
+ padding: 8px 12px 8px 12px;
1123
+ }
1124
+
1125
+ .main-buddyFeed-addFriendsContainer {
1126
+ background-color: var(--spice-main);
1127
+ }
1128
+
1129
+ .main-buddyFeed-buddyFeedRoot,
1130
+ .main-buddyFeed-buddyFeed,
1131
+ aside[aria-label="Friend Activity"] {
1132
+ width: 280px;
1133
+ z-index: 0;
1134
+ }
1135
+
1136
+ .main-buddyFeed-buddyFeedRoot .main-avatar-avatar,
1137
+ aside[aria-label="Friend Activity"] .main-avatar-avatar {
1138
+ margin-right: 8px;
1139
+ }
1140
+
1141
+ .main-buddyFeed-activityMetadata {
1142
+ max-width: 100vw;
1143
+ }
1144
+
1145
+ /* settings */
1146
+
1147
+ .x-settings-equalizerSection {
1148
+ border-radius: var(--border-radius-2);
1149
+ background-color: var(--spice-card);
1150
+ }
1151
+
1152
+ .x-settings-equalizerPresetsContainer>span>.main-dropDown-dropDown {
1153
+ background-color: var(--spice-selected-row) !important;
1154
+ }
1155
+
1156
+ .x-settings-crossFadeContainer {
1157
+ padding-right: 10px;
1158
+ }
1159
+
1160
+ .main-dropDown-dropDown,
1161
+ option {
1162
+ color: var(--spice-text);
1163
+ }
1164
+
1165
+ option {
1166
+ background-color: var(--spice-card);
1167
+ }
1168
+
1169
+ .main-dropDown-dropDown,
1170
+ select {
1171
+ border-radius: var(--border-radius-3) !important;
1172
+ }
1173
+
1174
+ .x-toggle-indicatorWrapper {
1175
+ background-color: transparent;
1176
+ height: 20px;
1177
+ width: 40px;
1178
+ box-shadow: 0 0 0 1px var(--spice-subtext) !important;
1179
+ }
1180
+
1181
+ input:hover:not([disabled], :active)~.x-toggle-indicatorWrapper {
1182
+ background-color: var(--spice-selected-row);
1183
+ }
1184
+
1185
+ input:checked~.x-toggle-indicatorWrapper {
1186
+ background-color: var(--spice-button);
1187
+ box-shadow: none !important;
1188
+ }
1189
+
1190
+ .x-toggle-indicator {
1191
+ background-color: var(--spice-subtext);
1192
+ height: 12px;
1193
+ width: 12px;
1194
+ top: 4px;
1195
+ left: 3px;
1196
+ transform: scale(1);
1197
+ transition: transform 50ms ease;
1198
+ }
1199
+
1200
+ input:not([disabled])~.x-toggle-indicatorWrapper:hover .x-toggle-indicator {
1201
+ transform: scale(1.2);
1202
+ }
1203
+
1204
+ input:checked~.x-toggle-indicatorWrapper .x-toggle-indicator {
1205
+ background-color: var(--spice-main);
1206
+ right: 4px;
1207
+ }
1208
+
1209
+ .x-settings-facebookButton,
1210
+ .main-connectToFacebook-facebookButton {
1211
+ color: var(--spice-shadow);
1212
+ }
1213
+
1214
+ .x-proxySettings-proxyInput {
1215
+ border-radius: var(--border-radius-2) !important;
1216
+ background-color: var(--spice-card) !important;
1217
+ }
1218
+
1219
+ .x-proxySettings-proxyInput::placeholder {
1220
+ color: var(--spice-subtext);
1221
+ }
1222
+
1223
+ .x-proxySettings-proxyInput:focus {
1224
+ border-color: var(--spice-button-active);
1225
+ }
1226
+
1227
+ .TypeElement-viola-textSubdued-type {
1228
+ color: var(--spice-subtext);
1229
+ }
1230
+
1231
+ /* connect device menu */
1232
+
1233
+ .main-devicePicker-header>.main-devicePicker-nowPlayingActiveIcon[src*="equaliser"] {
1234
+ mask-image: var(--equalizer-svg);
1235
+ -webkit-mask-image: var(--equalizer-svg);
1236
+ background: var(--spice-button);
1237
+ content-visibility: hidden;
1238
+ mask-repeat: no-repeat;
1239
+ -webkit-mask-repeat: no-repeat;
1240
+ scale: 0.8;
1241
+ }
1242
+
1243
+ .main-devicePicker-troubleshootingItemIcon {
1244
+ fill: var(--spice-text);
1245
+ }
1246
+
1247
+ .hcuLp8V4uEEfWZ4k6aLV {
1248
+ background-color: rgba(var(--spice-rgb-card), 0.4);
1249
+ }
1250
+
1251
+ .hcuLp8V4uEEfWZ4k6aLV:hover,
1252
+ .hcuLp8V4uEEfWZ4k6aLV:focus {
1253
+ background-color: rgba(var(--spice-rgb-selected-row), 0.5);
1254
+ }
1255
+
1256
+ /* waking up text */
1257
+ .hcuLp8V4uEEfWZ4k6aLV[aria-disabled="true"] ._k3JjF2rHwdYfSPZH09S {
1258
+ color: var(--spice-rgb-subtext);
1259
+ }
1260
+
1261
+ .hcuLp8V4uEEfWZ4k6aLV[aria-disabled="true"] .main-devicePicker-nowPlayingActiveIcon {
1262
+ fill: var(--spice-rgb-subtext);
1263
+ }
1264
+
1265
+ .main-connectBar-connectBar {
1266
+ background-color: var(--spice-accent) !important;
1267
+ --text-base: var(--spice-alt-text) !important;
1268
+ --essential-base: var(--spice-alt-text) !important;
1269
+ border-radius: 4px;
1270
+ padding: 8px 16px;
1271
+ position: absolute;
1272
+ right: 0;
1273
+ bottom: calc(var(--now-playing-bar-height) + var(--card-gap));
1274
+ color: var(--spice-alt-text) !important;
1275
+ box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25) !important;
1276
+ }
1277
+
1278
+ .main-connectBar-connectBar::after {
1279
+ border-bottom: none !important;
1280
+ }
1281
+
1282
+ .main-connectBar-connectBar .icon,
1283
+ .main-connectBar-connectBar .hDgDGI {
1284
+ margin: 0px;
1285
+ margin-right: 8px;
1286
+ }
1287
+
1288
+ .Root__now-playing-bar {
1289
+ margin: 0px 0.5rem 0.5rem 0.5rem;
1290
+ width: calc(100% - (0.5rem * 2));
1291
+ box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25) !important;
1292
+ border-radius: var(--border-radius-1);
1293
+ position: fixed;
1294
+ bottom: 0;
1295
+ left: 0;
1296
+ }
1297
+
1298
+ .now-playing--cover-expanded {
1299
+ transform: translateX(0px) !important;
1300
+ border-radius: var(--border-radius-1) !important;
1301
+ }
1302
+
1303
+ .x-progressBar-progressBarBg {
1304
+ background-color: rgba(var(--spice-rgb-text), 0.2);
1305
+ background-blend-mode: luminosity;
1306
+ }
1307
+
1308
+ .playback-bar,
1309
+ .progress-bar,
1310
+ .progress-bar__fg_wrapper {
1311
+ --fg-color: var(--spice-accent) !important;
1312
+ --is-active-fg-color: var(--spice-accent) !important;
1313
+ --bg-color: var(--spice-player-bar-bg);
1314
+ }
1315
+
1316
+ .prog-tooltip {
1317
+ width: 140px;
1318
+ display: none;
1319
+ }
1320
+
1321
+ .progress-bar__slider {
1322
+ visibility: visible;
1323
+ background-color: var(--spice-selected-row) !important;
1324
+ border: 6px solid var(--spice-selected-row);
1325
+ box-shadow: 0 0 3px 0 var(--spice-player-bar-shadow) !important;
1326
+ box-sizing: content-box !important;
1327
+ width: 8px;
1328
+ height: 8px;
1329
+ opacity: 1 !important;
1330
+ display: block;
1331
+ margin-left: -10px;
1332
+ }
1333
+
1334
+ .progress-bar__slider::after {
1335
+ content: "";
1336
+ position: absolute;
1337
+ width: 10px;
1338
+ height: 10px;
1339
+ background-color: var(--spice-accent);
1340
+ top: 50%;
1341
+ left: 50%;
1342
+ translate: -50% -50%;
1343
+ border-radius: 50%;
1344
+ transition: transform 300ms var(--ms-motion-timing-decelerate);
1345
+ }
1346
+
1347
+ .progress-bar__slider:hover::after {
1348
+ transform: scale(1.25);
1349
+ }
1350
+
1351
+ .progress-bar__slider:active::after {
1352
+ transform: scale(0.8);
1353
+ }
1354
+
1355
+ .playback-bar__progress-time-elapsed {
1356
+ padding-right: 6px;
1357
+ }
1358
+
1359
+ .main-playbackBarRemainingTime-container {
1360
+ padding-left: 6px;
1361
+ }
1362
+
1363
+ .main-nowPlayingWidget-nowPlaying>.ellipsis-one-line,
1364
+ .main-trackInfo-container {
1365
+ border-radius: var(--border-radius-1) !important;
1366
+ }
1367
+
1368
+ .cover-art {
1369
+ background-color: transparent !important;
1370
+ }
1371
+
1372
+ .main-coverSlotExpanded-container,
1373
+ .main-coverSlotExpanded-containerExpanding {
1374
+ position: fixed;
1375
+ top: calc(100% - 320px);
1376
+ left: calc(100% - 220px);
1377
+ width: 200px;
1378
+ height: 200px;
1379
+ visibility: hidden;
1380
+ transform-origin: center;
1381
+ box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25) !important;
1382
+ animation: 1s coverExpandedIn;
1383
+ animation-fill-mode: forwards;
1384
+ background: none;
1385
+ border-radius: var(--border-radius-1) !important;
1386
+ }
1387
+
1388
+ .fsd-button {
1389
+ padding-left: 8px !important;
1390
+ }
1391
+
1392
+ .main-coverSlotExpanded-exitActive {
1393
+ display: none;
1394
+ border-radius: var(--border-radius-1) !important;
1395
+ }
1396
+
1397
+ @keyframes coverExpandedIn {
1398
+ 99% {
1399
+ visibility: hidden;
1400
+ }
1401
+
1402
+ 100% {
1403
+ visibility: visible;
1404
+ }
1405
+ }
1406
+
1407
+ @keyframes coverExpandedOut {
1408
+ 99% {
1409
+ visibility: visible;
1410
+ }
1411
+
1412
+ 100% {
1413
+ visibility: hidden;
1414
+ }
1415
+ }
1416
+
1417
+ .main-coverSlotCollapsed-container {
1418
+ top: auto;
1419
+ left: 0px;
1420
+ width: 56px;
1421
+ height: 56px;
1422
+ border-radius: var(--border-radius-1) !important;
1423
+ }
1424
+
1425
+ .cover-art .cover-art-image,
1426
+ .main-coverSlotCollapsed-container {
1427
+ transform-origin: center;
1428
+ transition-timing-function: ease-in;
1429
+ transition: width 0.5s 0.2s, height 0.5s 0.2s, top 0.3s, left 0.5s,
1430
+ box-shadow 0.5s;
1431
+ border-radius: var(--border-radius-3) !important;
1432
+ background-color: transparent !important;
1433
+ }
1434
+
1435
+ .main-coverSlotCollapsed-container[aria-hidden="true"] {
1436
+ left: calc(100vw - 178px);
1437
+ top: -236px;
1438
+ width: 200px;
1439
+ height: 200px;
1440
+ visibility: hidden;
1441
+ box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25) !important;
1442
+ animation: 1s coverExpandedOut;
1443
+ border-radius: var(--border-radius-1) !important;
1444
+ }
1445
+
1446
+ .main-coverSlotCollapsed-container[aria-hidden="false"] {
1447
+ transition-timing-function: ease-out !important;
1448
+ transition: width 0.5s 0.2s, height 0.5s 0.2s, top 0.5s 0.1s, left 0.3s,
1449
+ box-shadow 0.5s !important;
1450
+ border-radius: var(--border-radius-1) !important;
1451
+ }
1452
+
1453
+ .main-coverSlotCollapsed-container[aria-hidden="true"] .cover-art .cover-art-image,
1454
+ .main-nowPlayingWidget-coverExpanded .main-coverSlotCollapsed-container .cover-art .cover-art-image {
1455
+ width: 200px;
1456
+ height: 200px;
1457
+ border-radius: var(--border-radius-1) !important;
1458
+ }
1459
+
1460
+ .CoverSlotExpanded__actionButton,
1461
+ .main-coverSlotCollapsed-expandButton,
1462
+ .CoverSlotExpanded__actionButton:hover,
1463
+ .main-coverSlotCollapsed-expandButton:hover {
1464
+ background-color: var(--spice-card);
1465
+ border-radius: var(--border-radius-1) !important;
1466
+ }
1467
+
1468
+ .now-playing-bar .cover-art-image {
1469
+ border-radius: var(--border-radius-1);
1470
+ }
1471
+
1472
+ .playback-bar__progress-time,
1473
+ .main-playbackBarRemainingTime-container,
1474
+ .playback-bar__progress-time-elapsed {
1475
+ color: var(--spice-text) !important;
1476
+ }
1477
+
1478
+ .progress-bar--is-active .progress-bar__slider:focus {
1479
+ background-color: var(--spice-accent);
1480
+ }
1481
+
1482
+ .volume-bar {
1483
+ padding-right: 8px !important;
1484
+ }
1485
+
1486
+ .volume-bar__icon-button {
1487
+ padding-right: 6px;
1488
+ }
1489
+
1490
+ .main-skipBackButton-button:hover,
1491
+ .main-skipForwardButton-button:hover,
1492
+ .main-repeatButton-button[aria-checked="false"]:not([aria-label="Activer jukebox"]):hover,
1493
+ .MRfNcNMd_djj3KOg_VOB:hover,
1494
+ .XGCdw_LcXQHrxmvpxjwi:hover {
1495
+ background-color: var(--spice-subtext) !important;
1496
+ }
1497
+
1498
+ .main-skipBackButton-button:focus:not(:focus-visible):not(:hover),
1499
+ .main-skipForwardButton-button:focus:not(:focus-visible):not(:hover) {
1500
+ background-color: var(--spice-text) !important;
1501
+ }
1502
+
1503
+ .main-skipBackButton-button:active,
1504
+ .main-skipForwardButton-button:active,
1505
+ .MRfNcNMd_djj3KOg_VOB:active,
1506
+ .XGCdw_LcXQHrxmvpxjwi:active {
1507
+ transform: scale(0.89);
1508
+ transition: none;
1509
+ }
1510
+
1511
+ .main-playPauseButton-button,
1512
+ .player-controls__buttons button:not(.main-playPauseButton-button) {
1513
+ --button-size: 28px !important;
1514
+ }
1515
+
1516
+ .main-seekBack15sButton-button,
1517
+ .main-seekForward15sButton-button,
1518
+ .main-speedControlsButton-button {
1519
+ height: auto;
1520
+ color: var(--spice-button);
1521
+ }
1522
+
1523
+ .main-playPauseButton-button {
1524
+ border: none;
1525
+ color: var(--spice-text);
1526
+ mask-repeat: no-repeat;
1527
+
1528
+ svg {
1529
+ display: none;
1530
+ }
1531
+ }
1532
+
1533
+ .player-controls button[aria-label="Pause"],
1534
+ .main-playPauseButton-button[aria-label="Pause"] {
1535
+ -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTcuMjUgM0EzLjI1IDMuMjUgMCAwIDAgNCA2LjI1djE4LjVBMy4yNSAzLjI1IDAgMCAwIDcuMjUgMjhoMy41QTMuMjUgMy4yNSAwIDAgMCAxNCAyNC43NVY2LjI1QTMuMjUgMy4yNSAwIDAgMCAxMC43NSAzem0xNCAwQTMuMjUgMy4yNSAwIDAgMCAxOCA2LjI1djE4LjVBMy4yNSAzLjI1IDAgMCAwIDIxLjI1IDI4aDMuNUEzLjI1IDMuMjUgMCAwIDAgMjggMjQuNzVWNi4yNUEzLjI1IDMuMjUgMCAwIDAgMjQuNzUgM3oiLz48L3N2Zz4=");
1536
+ mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTcuMjUgM0EzLjI1IDMuMjUgMCAwIDAgNCA2LjI1djE4LjVBMy4yNSAzLjI1IDAgMCAwIDcuMjUgMjhoMy41QTMuMjUgMy4yNSAwIDAgMCAxNCAyNC43NVY2LjI1QTMuMjUgMy4yNSAwIDAgMCAxMC43NSAzem0xNCAwQTMuMjUgMy4yNSAwIDAgMCAxOCA2LjI1djE4LjVBMy4yNSAzLjI1IDAgMCAwIDIxLjI1IDI4aDMuNUEzLjI1IDMuMjUgMCAwIDAgMjggMjQuNzVWNi4yNUEzLjI1IDMuMjUgMCAwIDAgMjQuNzUgM3oiLz48L3N2Zz4=");
1537
+ background-color: var(--spice-text);
1538
+ mask-repeat: no-repeat !important;
1539
+ -webkit-mask-repeat: no-repeat !important;
1540
+ mask-position: center center !important;
1541
+ -webkit-mask-position: center center !important;
1542
+ mask-size: 60% !important;
1543
+ -webkit-mask-size: 60% !important;
1544
+ background-repeat: no-repeat !important;
1545
+ background-position: center center !important;
1546
+
1547
+ }
1548
+
1549
+ .player-controls button[aria-label="Play"],
1550
+ .main-playPauseButton-button[aria-label="Play"] {
1551
+ -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEyLjIyNSA0LjQ2MkM5Ljg5IDMuMTQyIDcgNC44MjcgNyA3LjUwOFYyNC41YzAgMi42ODIgMi44OTIgNC4zNjggNS4yMjYgMy4wNDVsMTQuOTk3LTguNDk4YzIuMzY3LTEuMzQxIDIuMzY2LTQuNzUxIDAtNi4wOTF6Ii8+PC9zdmc+");
1552
+ mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEyLjIyNSA0LjQ2MkM5Ljg5IDMuMTQyIDcgNC44MjcgNyA3LjUwOFYyNC41YzAgMi42ODIgMi44OTIgNC4zNjggNS4yMjYgMy4wNDVsMTQuOTk3LTguNDk4YzIuMzY3LTEuMzQxIDIuMzY2LTQuNzUxIDAtNi4wOTF6Ii8+PC9zdmc+");
1553
+ background-color: var(--spice-text);
1554
+ mask-repeat: no-repeat !important;
1555
+ -webkit-mask-repeat: no-repeat !important;
1556
+ mask-position: center center !important;
1557
+ -webkit-mask-position: center center !important;
1558
+ mask-size: 60% !important;
1559
+ -webkit-mask-size: 60% !important;
1560
+ background-repeat: no-repeat !important;
1561
+ background-position: center center !important;
1562
+
1563
+ }
1564
+
1565
+ .player-controls__buttons {
1566
+ margin-bottom: 8px;
1567
+ align-items: center;
1568
+ gap: 1rem;
1569
+ }
1570
+
1571
+ .player-controls__left,
1572
+ .player-controls__right {
1573
+ align-items: center;
1574
+ }
1575
+
1576
+ .player-controls__left:nth-child(1) {
1577
+ height: 1.5rem;
1578
+ width: 1.5rem;
1579
+ }
1580
+
1581
+ .control-button,
1582
+ .bxwPwV {
1583
+ color: var(--spice-text);
1584
+ margin-right: 2px;
1585
+ }
1586
+
1587
+ .control-button--active {
1588
+ color: var(--spice-accent) !important;
1589
+ fill: var(--spice-accent) !important;
1590
+ }
1591
+
1592
+ .control-button--active-dot::after {
1593
+ background-color: transparent;
1594
+ }
1595
+
1596
+ .player-controls__right button[aria-label="Next"],
1597
+ .player-controls__right button[data-testid="control-button-skip-forward"],
1598
+ .main-skipForwardButton-button {
1599
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_next_24_filled.svg");
1600
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_next_24_filled.svg");
1601
+ background-color: var(--spice-text) !important;
1602
+ height: 24px !important;
1603
+ mask-repeat: no-repeat !important;
1604
+ -webkit-mask-repeat: no-repeat !important;
1605
+ mask-position: center center !important;
1606
+ -webkit-mask-position: center center !important;
1607
+ mask-size: 80% !important;
1608
+ -webkit-mask-size: 80% !important;
1609
+ background-repeat: no-repeat !important;
1610
+ background-position: center center !important;
1611
+
1612
+ }
1613
+
1614
+ .player-controls__left button[aria-label="Previous"],
1615
+ .player-controls__left button[data-testid="control-button-skip-back"],
1616
+ .main-skipBackButton-button {
1617
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_previous_24_filled.svg");
1618
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_previous_24_filled.svg");
1619
+ background-color: var(--spice-text) !important;
1620
+ height: 24px !important;
1621
+ mask-repeat: no-repeat !important;
1622
+ -webkit-mask-repeat: no-repeat !important;
1623
+ mask-position: center center !important;
1624
+ -webkit-mask-position: center center !important;
1625
+ mask-size: 80% !important;
1626
+ -webkit-mask-size: 80% !important;
1627
+ background-repeat: no-repeat !important;
1628
+ background-position: center center !important;
1629
+
1630
+ }
1631
+
1632
+ .MRfNcNMd_djj3KOg_VOB {
1633
+ /* Skip back 15 sec */
1634
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_skip_backward_15_24_filled.svg");
1635
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_skip_backward_15_24_filled.svg");
1636
+ background-color: var(--spice-text) !important;
1637
+ height: 22px !important;
1638
+ }
1639
+
1640
+ .XGCdw_LcXQHrxmvpxjwi {
1641
+ /* Skip forward 15 sec */
1642
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_skip_forward_15_24_filled.svg");
1643
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_skip_forward_15_24_filled.svg");
1644
+ background-color: var(--spice-text) !important;
1645
+ height: 22px !important;
1646
+ }
1647
+
1648
+ .Ww5ppB6W74laf1c0H_pR {
1649
+ /* Speed icon for podcasts */
1650
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_top_speed_24_filled.svg");
1651
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_top_speed_24_filled.svg");
1652
+ background-color: var(--spice-text) !important;
1653
+ height: 22px !important;
1654
+ }
1655
+
1656
+ .volume-percent {
1657
+ padding-left: 15px !important;
1658
+ }
1659
+
1660
+ .main-repeatButton-button {
1661
+ height: 1.5rem;
1662
+ width: 1.5rem;
1663
+ background-color: var(--spice-subtext);
1664
+
1665
+ svg {
1666
+ display: none;
1667
+ }
1668
+ }
1669
+
1670
+ .main-repeatButton-button[aria-checked="false"],
1671
+ .main-repeatButton-button[aria-checked="true"] {
1672
+ mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTE2LjUgNi42NzFjLjExNiAwIC4yMjMuMDQuMzA4LjEwN2wuMDY3LjA2M2wuMDE3LjAyYTUgNSAwIDAgMS0zLjY3NSA4LjEzNUwxMyAxNUg3YTUgNSAwIDAgMS0uMzAzLS4wMDlsMS42NTcgMS42NTVhLjUuNSAwIDAgMSAuMDU3LjYzOGwtLjA1Ny4wN2EuNS41IDAgMCAxLS42MzguMDU3bC0uMDctLjA1N2wtMi41LTIuNWEuNS41IDAgMCAxLS4wNTctLjYzOGwuMDU3LS4wN2wyLjUtMi41YS41LjUgMCAwIDEgLjc2NS42MzhsLS4wNTcuMDdsLTEuNjM3IDEuNjM2bC4xNC4wMDhMNyAxNGg2YTQgNCAwIDAgMCAzLjExLTYuNTE2YS41LjUgMCAwIDEgLjM5LS44MTJtLTQuODU0LTQuMDI1YS41LjUgMCAwIDEgLjYzOC0uMDU3bC4wNy4wNTdsMi41IDIuNWwuMDU3LjA3YS41LjUgMCAwIDEgMCAuNTY4bC0uMDU3LjA3bC0yLjUgMi41bC0uMDcuMDU3YS41LjUgMCAwIDEtLjU2OCAwbC0uMDctLjA1N2wtLjA1Ny0uMDdhLjUuNSAwIDAgMSAwLS41NjhsLjA1Ny0uMDdsMS42MzctMS42MzZsLS4xNC0uMDA4TDEzIDZIN2E0IDQgMCAwIDAtMy4xMDUgNi41MjJhLjUuNSAwIDEgMS0uODAxLjYwMWE1IDUgMCAwIDEgMy42ODktOC4xMTlMNyA1aDZxLjE1MyAwIC4zMDMuMDA5bC0xLjY1Ny0xLjY1NWwtLjA1Ny0uMDdhLjUuNSAwIDAgMSAuMDU3LS42MzgiLz48L3N2Zz4=");
1673
+ }
1674
+
1675
+ .main-repeatButton-button[aria-checked="true"],
1676
+ .main-repeatButton-button[aria-checked="mixed"] {
1677
+ background-color: var(--spice-accent);
1678
+ }
1679
+
1680
+ .main-repeatButton-button[aria-checked="mixed"] {
1681
+ mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTE0LjYxIDIuNDdsLS4wNzctLjA2N2EuNzUuNzUgMCAwIDAtLjk4My4wNjdsLS4wNjguMDc4YS43NTUuNzU1IDAgMCAwIC4wNjguOTg3bDEuOTcxIDEuOTc3SDguNWwtLjIzMy4wMDRDNC43ODUgNS42MzkgMiA4LjUxIDIgMTIuMDM2YzAgMS42OS42NCAzLjIzIDEuNjkyIDQuMzlsLjA3Mi4wNjlhLjc1MS43NTEgMCAwIDAgMS4wOC0xLjAzM2wtLjItLjIzMUE1IDUgMCAwIDEgMy41IDEyLjAzNWMwLTIuNzcxIDIuMjM5LTUuMDE4IDUtNS4wMThoNi44ODFsLTEuODMyIDEuODRsLS4wNjcuMDc4YS43NTUuNzU1IDAgMCAwIC4wNjguOTg3YS43NS43NSAwIDAgMCAxLjA2IDBsMy4xODItMy4xOTNsLjA2Ny0uMDc4YS43NTUuNzU1IDAgMCAwLS4wNjctLjk4N3ptNS42MiA1LjEwMWEuNzUxLjc1MSAwIDAgMC0xLjA1IDEuMDY2YTUgNSAwIDAgMSAxLjMxIDMuMDljLjUzOS4yOCAxLjAzMi42MzIgMS40NyAxLjA0NHEuMDQtLjM2My4wNC0uNzM2YTYuNSA2LjUgMCAwIDAtMS42OTctNC4zOTV6TTguNTU4IDE3LjA1NGgyLjQ1N2E2LjYgNi42IDAgMCAwIC4wNyAxLjUwNWgtMi41MmwxLjkgMS45MDZsLjA2Ni4wNzdhLjc1NS43NTUgMCAwIDEtLjA2Ny45ODdhLjc1Ljc1IDAgMCAxLS45NzYuMDczbC0uMDg0LS4wNzNsLTMuMTgyLTMuMTkzbC0uMDY3LS4wNzdhLjc1NS43NTUgMCAwIDEtLjAwNi0uOTAybC4wNzMtLjA4NWwzLjE4Mi0zLjE5NGwuMDc3LS4wNjdhLjc1Ljc1IDAgMCAxIC44OTktLjAwNmwuMDg0LjA3M2wuMDY4LjA3N2EuNzU1Ljc1NSAwIDAgMSAuMDA1LjkwMmwtLjA3My4wODV6TTIzIDE3LjVhNS41IDUuNSAwIDEgMS0xMSAwYTUuNSA1LjUgMCAwIDEgMTEgMG0tNC44ODUtMy40ODdhLjUuNSAwIDAgMC0uNTYyLjI2M2E0LjggNC44IDAgMCAxLS42MTMuODI4Yy0uMzM0LjM3My0uNzQ0LjczOS0xLjE2NC45NDlhLjUuNSAwIDEgMCAuNDQ4Ljg5NGMuNDg5LS4yNDQuOTI2LS42MTYgMS4yNzYtLjk3N3Y0LjUzYS41LjUgMCAwIDAgMSAwdi02YS41LjUgMCAwIDAtLjM4NS0uNDg3Ii8+PC9zdmc+");
1682
+ }
1683
+
1684
+ /* Shuffle disabled */
1685
+ .main-shuffleButton-button {
1686
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_shuffle_24_regular.svg");
1687
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_shuffle_24_regular.svg");
1688
+ background-color: var(--spice-subtext) !important;
1689
+ height: 24px !important;
1690
+ }
1691
+
1692
+ /* Shuffle enabled */
1693
+ .main-shuffleButton-button[aria-checked="true"] {
1694
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_shuffle_24_filled.svg");
1695
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_arrow_shuffle_24_filled.svg");
1696
+ background-color: var(--spice-accent) !important;
1697
+ height: 24px !important;
1698
+ }
1699
+
1700
+ /* Eternal Jukebox disabled */
1701
+ .main-repeatButton-button[aria-label="Activer jukebox"] {
1702
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/phosphor-icons/infinity.svg");
1703
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/phosphor-icons/infinity.svg");
1704
+ background-color: var(--spice-subtext) !important;
1705
+ height: 22px !important;
1706
+ }
1707
+
1708
+ /* Eternal Jukebox enabled */
1709
+ .main-repeatButton-active[aria-label="Activer jukebox"] {
1710
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/phosphor-icons/infinity-bold.svg");
1711
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/phosphor-icons/infinity-bold.svg");
1712
+ background-color: var(--spice-accent) !important;
1713
+ height: 22px !important;
1714
+ }
1715
+
1716
+ /*Like button*/
1717
+ .control-button-heart[aria-checked="true"] {
1718
+ color: var(--spice-accent);
1719
+ }
1720
+
1721
+ .control-button-heart[aria-checked="false"] {
1722
+ color: var(--spice-subtext);
1723
+ }
1724
+
1725
+ /* Built-in full screen mode fixes */
1726
+ .main-playPauseButton-button path,
1727
+ .main-skipBackButton-button path,
1728
+ .main-skipForwardButton-button path,
1729
+ .main-repeatButton-button path,
1730
+ .Ww5ppB6W74laf1c0H_pR path,
1731
+ .XGCdw_LcXQHrxmvpxjwi path,
1732
+ .MRfNcNMd_djj3KOg_VOB path,
1733
+ .player-controls button[aria-label="Pause"] path,
1734
+ .main-playPauseButton-button[aria-label="Pause"] path,
1735
+ .player-controls button[aria-label="Play"] path,
1736
+ .main-playPauseButton-button[aria-label="Play"] path,
1737
+ .player-controls__right button[aria-label="Next"] path,
1738
+ .player-controls__right button[data-testid="control-button-skip-forward"] path,
1739
+ .player-controls__left button[aria-label="Previous"] path,
1740
+ .player-controls__left button[data-testid="control-button-skip-back"] path {
1741
+ display: none !important;
1742
+ }
1743
+
1744
+ .npv-header__metadata {
1745
+ color: rgba(var(--spice-rgb-text), 0.6) !important;
1746
+ }
1747
+
1748
+ .Gw7E7MkWci1ttQhb4EK0,
1749
+ .Lgyj1e9c3lrdgVGlMIyV:hover {
1750
+ color: var(--spice-text) !important;
1751
+ }
1752
+
1753
+ .Gw7E7MkWci1ttQhb4EK0:hover,
1754
+ .Lgyj1e9c3lrdgVGlMIyV,
1755
+ .npv-exitFullScreenButton-button {
1756
+ color: var(--spice-subtext) !important;
1757
+ }
1758
+
1759
+ .Lgyj1e9c3lrdgVGlMIyV.main-genericButton-buttonActive {
1760
+ color: var(--spice-accent) !important;
1761
+ }
1762
+
1763
+ /*Removes download progress bar and icon on playlist*/
1764
+ .L3vU7A1LzZSa3DcQcnmK,
1765
+ .PJuB4n2TjjZFBiWAW2zx,
1766
+ .main-rootlist-statusIcons {
1767
+ display: none !important;
1768
+ }
1769
+
1770
+ /*Remove gradient in name*/
1771
+ .main-trackInfo-overlay::after,
1772
+ .main-trackInfo-overlay::before {
1773
+ width: 0 !important;
1774
+ }
1775
+
1776
+ /* ads */
1777
+
1778
+ .main-leaderboardComponent-container,
1779
+ .main-billboardComponent-footer,
1780
+ .desktoproutes-homepage-takeover-ad-hptoComponent-parentContainer {
1781
+ display: none;
1782
+ }
1783
+
1784
+ .desktoproutes-homepage-takeover-ad-hptoComponent-parentContainer,
1785
+ .desktoproutes-homepage-takeover-ad-hptoComponent-container,
1786
+ .main-leaderboardComponent-container {
1787
+ display: none !important;
1788
+ }
1789
+
1790
+ .main-topBar-UpgradeButton {
1791
+ display: none !important;
1792
+ }
1793
+
1794
+ /* play buttons */
1795
+
1796
+ [dir="ltr"] .main-card-PlayButtonContainer {
1797
+ filter: drop-shadow(0 0 5px rgba(0 0 0 / 30%));
1798
+ }
1799
+
1800
+ .main-card-imageContainer>.main-card-PlayButtonContainer>.main-playButton-PlayButton>button {
1801
+ background-color: white !important;
1802
+ }
1803
+
1804
+ .main-playButton-button,
1805
+ .main-playButton-PlayButton>button,
1806
+ .main-trackList-rowPlayPauseButton {
1807
+ background-color: var(--spice-text) !important;
1808
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_play_24_filled.svg");
1809
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_play_24_filled.svg");
1810
+ }
1811
+
1812
+ .main-playButton-PlayButton:focus,
1813
+ .main-playButton-PlayButton:hover {
1814
+ background-color: transparent;
1815
+ }
1816
+
1817
+ .main-playButton-PlayButton>button {
1818
+ width: 40px;
1819
+ height: 40px;
1820
+ }
1821
+
1822
+ .main-playButton-PlayButton>button>span {
1823
+ display: none;
1824
+ }
1825
+
1826
+ /* error content */
1827
+
1828
+ .main-pageErrorTemplate-errorBody {
1829
+ min-height: calc((100vh - 64px) - 105px);
1830
+ }
1831
+
1832
+ .main-pageErrorTemplate-errorBody svg {
1833
+ margin: 0;
1834
+ }
1835
+
1836
+ /* spicetify */
1837
+
1838
+ #spicetify-sidebar-config {
1839
+ flex-direction: column;
1840
+ top: -60px !important;
1841
+ }
1842
+
1843
+ #spicetify-show-list>* {
1844
+ padding: 0px;
1845
+ }
1846
+
1847
+ .marketplace-header {
1848
+ padding-top: 8px;
1849
+ }
1850
+
1851
+ .toggle-module__toggle-input___ceLM4_marketplace:checked~.toggle-module__toggle-indicator-wrapper___6Lcp0_marketplace {
1852
+ background-color: var(--spice-accent);
1853
+ }
1854
+
1855
+ .toggle-module__toggle-indicator___nCxwE_marketplace {
1856
+ background: var(--spice-card) !important;
1857
+ }
1858
+
1859
+ .marketplace-card--installed {
1860
+ border: 1px rgba(var(--spice-rgb-accent), 0.7) solid !important;
1861
+ }
1862
+
1863
+ button.arrow-btn {
1864
+ background-color: var(--spice-selected-row);
1865
+ color: var(--spice-text);
1866
+ }
1867
+
1868
+ /* eternal-jukebox */
1869
+ .main-view-container [class*="container"][class*="eternalDjukebox"]:not([class*="full-size"]):not([class*="empty"]) {
1870
+ padding-top: 8px;
1871
+ }
1872
+
1873
+ .main-view-container [class*="stats"][class*="eternalDjukebox"] {
1874
+ padding-bottom: 120px;
1875
+ }
1876
+
1877
+ .main-view-container [class*="ncsDvisualizer"] {
1878
+ bottom: 105px;
1879
+ }
1880
+
1881
+ /* spicetify extensions */
1882
+
1883
+ .main-topBar-button[title="Popup Lyrics"],
1884
+ .main-topBar-button[title="Full App Display"],
1885
+ .main-topBar-button[title="Bookmark"] {
1886
+ background-color: var(--spice-card) !important;
1887
+ }
1888
+
1889
+ .a2ruVaZt_DdrdHz3GqgU,
1890
+ .x-categoryCard-CategoryCard {
1891
+ color: var(--spice-alt-text);
1892
+ }
1893
+
1894
+ .UyzJidwrGk3awngSGIwv,
1895
+ .main-addButton-button[aria-checked="false"] {
1896
+ color: var(--spice-text);
1897
+ }
1898
+
1899
+ /* New lyrics style */
1900
+
1901
+ :root {
1902
+ --lyrics-text-direction: left;
1903
+ }
1904
+
1905
+ .main-lyricsCinema-controls {
1906
+ top: 80px !important;
1907
+ }
1908
+
1909
+ #lyrics-backdrop {
1910
+ position: absolute;
1911
+ width: 100%;
1912
+ height: 100%;
1913
+ }
1914
+
1915
+ #lyrics-backdrop-container {
1916
+ position: absolute;
1917
+ width: 100%;
1918
+ height: 100%;
1919
+ background-color: var(--spice-main);
1920
+ }
1921
+
1922
+ .lyrics-lyrics-background {
1923
+ visibility: hidden !important;
1924
+ }
1925
+
1926
+ .lyrics-lyrics-container {
1927
+ --lyrics-color-active: rgb(255, 255, 255) !important;
1928
+ --lyrics-color-inactive: rgba(255, 255, 255, 0.35) !important;
1929
+ --lyrics-color-passed: rgba(255, 255, 255, 0.8) !important;
1930
+ --lyrics-color-messaging: rgba(255, 255, 255, 0.45) !important;
1931
+ }
1932
+
1933
+ .lyrics-lyricsContent-lyric {
1934
+ opacity: 0;
1935
+ visibility: hidden;
1936
+ animation-fill-mode: forwards;
1937
+ margin: 0.3rem 0;
1938
+ text-shadow: none;
1939
+ transition: text-shadow 100ms ease, color 100ms ease;
1940
+ }
1941
+
1942
+ .lyrics-lyricsContent-text {
1943
+ transform-origin: var(--lyrics-text-direction);
1944
+ }
1945
+
1946
+ /* lyrics not available message */
1947
+ .C3pBU1DsOUJJOAv89ZFT {
1948
+ color: var(--lyrics-color-passed) !important;
1949
+ opacity: 0;
1950
+ animation: reveal 800ms ease forwards;
1951
+ }
1952
+
1953
+ @keyframes reveal {
1954
+ from {
1955
+ opacity: 0;
1956
+ }
1957
+
1958
+ to {
1959
+ opacity: 1;
1960
+ visibility: visible;
1961
+ }
1962
+ }
1963
+
1964
+ .lyrics-lyricsContent-lyric:hover {
1965
+ color: var(--lyrics-color-active) !important;
1966
+ }
1967
+
1968
+ .lyrics-lyricsContent-active {
1969
+ text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
1970
+ max-width: var(--lyrics-active-max-width);
1971
+ }
1972
+
1973
+ @media (min-width: 1920px) {
1974
+ .lyrics-lyricsContent-lyric {
1975
+ transition: text-shadow 400ms ease, color 50ms ease;
1976
+ }
1977
+
1978
+ .lyrics-lyricsContent-text {
1979
+ transform: scale(1);
1980
+ transition: transform 400ms ease;
1981
+ }
1982
+
1983
+ .lyrics-lyricsContent-active .lyrics-lyricsContent-text {
1984
+ transform: scale(1.1);
1985
+ }
1986
+
1987
+ .lyrics-lyricsContent-isInteractive .lyrics-lyricsContent-text:active {
1988
+ transform: scale(0.9);
1989
+ }
1990
+ }
1991
+
1992
+ .main-nowPlayingView-section .lyrics-lyricsContent-lyric {
1993
+ opacity: 1;
1994
+ visibility: visible;
1995
+ }
1996
+
1997
+ .main-nowPlayingView-section .lyrics-lyricsContent-text {
1998
+ transform: unset;
1999
+ }
2000
+
2001
+ /* New Lyrics Plus style */
2002
+
2003
+ .lyrics-lyricsContainer-LyricsBackground {
2004
+ display: none !important;
2005
+ }
2006
+
2007
+ /* hide horizontal scrollbar */
2008
+ .lyrics-lyricsContainer-LyricsContainer,
2009
+ .lyrics-lyricsContainer-SyncedLyricsPage {
2010
+ overflow-x: hidden;
2011
+ }
2012
+
2013
+ .lyrics-lyricsContainer-LyricsContainer {
2014
+ --lyrics-color-active: white !important;
2015
+ --lyrics-color-inactive: rgba(255, 255, 255, 0.5) !important;
2016
+ }
2017
+
2018
+ .lyrics-lyricsContainer-LyricsLine {
2019
+ text-shadow: none;
2020
+ }
2021
+
2022
+ .lyrics-lyricsContainer-SyncedLyrics .lyrics-lyricsContainer-LyricsLine {
2023
+ transition-property: transform, color, opacity, text-shadow !important;
2024
+ }
2025
+
2026
+ .lyrics-lyricsContainer-Karaoke-Word {
2027
+ transition: var(--word-duration) color ease,
2028
+ var(--word-duration) text-shadow ease !important;
2029
+ text-shadow: none;
2030
+ }
2031
+
2032
+ .lyrics-lyricsContainer-Karaoke-WordActive,
2033
+ .lyrics-lyricsContainer-SyncedLyrics .lyrics-lyricsContainer-LyricsLine-active {
2034
+ text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
2035
+ }
2036
+
2037
+ .lyrics-lyricsContainer-LyricsUnavailableMessage {
2038
+ color: rgba(255, 255, 255, 0.4) !important;
2039
+ }
2040
+
2041
+ .lyrics-lyricsContainer-Provider {
2042
+ background: none !important;
2043
+ }
2044
+
2045
+ /* lyrics pages fix */
2046
+
2047
+ .main-lyricsCinema-nonDisplayedArea .main-topBar-topbarContent {
2048
+ display: none;
2049
+ }
2050
+
2051
+ .lyrics-lyrics-container {
2052
+ margin-top: 0;
2053
+ }
2054
+
2055
+ .lyrics-lyricsContainer-LyricsBackground {
2056
+ margin-bottom: -110px;
2057
+ margin-top: -10px;
2058
+ }
2059
+
2060
+ .lyrics-lyricsContainer-Provider {
2061
+ padding-bottom: 40px;
2062
+ }
2063
+
2064
+ #lyrics-fullscreen-container>.lyrics-lyricsContainer-LyricsContainer:has(.lyrics-lyricsContainer-UnsyncedLyricsPage) .lyrics-lyricsContainer-Provider {
2065
+ padding-bottom: 35px;
2066
+ }
2067
+
2068
+ .lyrics-lyricsContainer-LyricsUnsyncedPadding {
2069
+ height: 20vh;
2070
+ }
2071
+
2072
+ .lyrics-config-button-container {
2073
+ bottom: 15px;
2074
+ }
2075
+
2076
+ #lyrics-fullscreen-container .lyrics-config-button-container {
2077
+ bottom: 10px;
2078
+ }
2079
+
2080
+ #fad-lyrics-plus-container .lyrics-config-button-container {
2081
+ bottom: 32px;
2082
+ }
2083
+
2084
+ body:has(#lyrics-fullscreen-container)>#main>.Root>.Root__top-container>*:not(.Root__main-view),
2085
+ body:has(#lyrics-fullscreen-container)>#main>.Root>.Root__top-container>.Root__main-view>*:not(.main-view-container),
2086
+ body:has(#lyrics-fullscreen-container)>#main>.Root>.Root__top-container>.Root__main-view>.main-view-container>*:not(.under-main-view),
2087
+ body:has(#lyrics-fullscreen-container)>#main>.Root>.Root__top-container>.Root__main-view::before {
2088
+ display: none !important;
2089
+ }
2090
+
2091
+ body:has(#lyrics-fullscreen-container)>#main>.Root {
2092
+ --panel-gap: 0 !important;
2093
+ }
2094
+
2095
+ .hKccLC {
2096
+ background-color: var(--spice-accent);
2097
+ color: var(--spice-alt-text);
2098
+ border-radius: var(--border-radius-3);
2099
+ }
2100
+
2101
+ .ksogXh:hover {
2102
+ color: var(--spice-rgb-subtext);
2103
+ }
2104
+
2105
+ .main-view-container__scroll-node-child,
2106
+ .main-yourLibraryX-libraryItemContainer,
2107
+ .main-buddyFeed-content,
2108
+ .nw2W4ZMdICuBo08Tzxg9 {
2109
+ padding-bottom: 6rem;
2110
+ }
2111
+
2112
+ .view-homeShortcutsGrid-imageContainer {
2113
+ padding: 6px;
2114
+ }
2115
+
2116
+ .view-homeShortcutsGrid-shortcut .view-homeShortcutsGrid-image {
2117
+ border-radius: var(--border-radius-3);
2118
+ }
2119
+
2120
+ .main-trackList-playsHeader {
2121
+ width: 12.8ch;
2122
+ }
2123
+
2124
+ .main-trackList-durationHeader {
2125
+ margin-left: 30px;
2126
+ }
2127
+
2128
+ .main-trackList-rowSectionEnd {
2129
+ margin: auto;
2130
+ }
2131
+
2132
+ .main-trackList-column {
2133
+ padding-left: 10px;
2134
+ }
2135
+
2136
+ .main-trackList-rowSectionVariable[aria-colindex="3"] .cPwEdQ,
2137
+ .main-trackList-rowSectionVariable[aria-colindex="3"] .main-trackList-text {
2138
+ padding-left: 8.5px;
2139
+ }
2140
+
2141
+ .main-trackList-rowSectionVariable[aria-colindex="4"] .eDbSCl {
2142
+ padding-left: 14.5px;
2143
+ }
2144
+
2145
+ .main-trackList-rowSectionVariable[aria-colindex="3"] .main-trackList-rowPlayCount {
2146
+ padding-left: 0px;
2147
+ }
2148
+
2149
+ .SxHlW6byhoJSUJNugaE1 .k6Nq7pavAmiyJlxj52QA {
2150
+ color: var(--spice-alt-text);
2151
+ }
2152
+
2153
+ .npv-background-image__overlay {
2154
+ background-color: rgba(var(--spice-rgb-layer-shadow), 0.5) !important;
2155
+ }
2156
+
2157
+ .spotifyinternal-artistnpv .npv-background-image {
2158
+ display: none;
2159
+ }
2160
+
2161
+ .spotifyinternal-artistnpv .npv-background-image--active {
2162
+ opacity: 0;
2163
+ }
2164
+
2165
+ .main-rootlist-rootlistItemOverlay {
2166
+ display: none;
2167
+ }
2168
+
2169
+ /* Fix Spotify moving up caused by lyric page */
2170
+
2171
+ .Root__top-container {
2172
+ position: fixed;
2173
+ }
2174
+
2175
+ /* Fix lyrics get covered by controls */
2176
+ .lyrics-lyrics-contentContainer {
2177
+ margin-bottom: 64px;
2178
+ margin-top: 32px;
2179
+ }
2180
+
2181
+ /* Spicetify power bar */
2182
+
2183
+ #power-bar-wrapper::before {
2184
+ z-index: -1;
2185
+ content: "";
2186
+ position: absolute;
2187
+ top: 0;
2188
+ left: 0;
2189
+ right: 0;
2190
+ bottom: 0;
2191
+ border-radius: var(--border-radius-1) !important;
2192
+ background-image: var(--noise-texture);
2193
+ opacity: var(--noise-opacity);
2194
+ }
2195
+
2196
+ #power-bar-wrapper {
2197
+ background-color: rgba(var(--spice-rgb-main), 0.8) !important;
2198
+ backdrop-filter: blur(50px) saturate(1.5);
2199
+ border-radius: var(--border-radius-1) !important;
2200
+ }
2201
+
2202
+ #power-bar-search.has-suggestions {
2203
+ border-bottom: none !important;
2204
+ width: 100% !important;
2205
+ }
2206
+
2207
+ #power-bar-search:focus-visible {
2208
+ border-bottom: 2px solid var(--spice-accent) !important;
2209
+ border-radius: var(--border-radius-3) !important;
2210
+ }
2211
+
2212
+ #suggestions-container h5 {
2213
+ font-size: 1.1em !important;
2214
+ color: var(--spice-subtext) !important;
2215
+ }
2216
+
2217
+ .suggestions-category {
2218
+ border: none !important;
2219
+ padding-bottom: 0 !important;
2220
+ }
2221
+
2222
+ .suggestion-item__active {
2223
+ background-color: var(--spice-accent) !important;
2224
+ border-radius: var(--border-radius-3) !important;
2225
+ }
2226
+
2227
+ .suggestion-item__img {
2228
+ border-radius: 10% !important;
2229
+ }
2230
+
2231
+ /* Topbar */
2232
+
2233
+ .main-topBar-container>*,
2234
+ .main-topBar-topbarContent {
2235
+ -webkit-app-region: drag !important;
2236
+ }
2237
+
2238
+ .main-topBar-topbarContentRight *,
2239
+ .main-topBar-historyButtons * {
2240
+ -webkit-app-region: no-drag;
2241
+ }
2242
+
2243
+ /* Main view */
2244
+
2245
+ /* rounded main view container corners */
2246
+ .Root__main-view::before {
2247
+ content: "";
2248
+ position: absolute;
2249
+ width: 100%;
2250
+ height: 100%;
2251
+ z-index: 1;
2252
+ border-radius: var(--border-radius-1);
2253
+ box-shadow: 0 -8px 0 var(--spice-sidebar), 0 8px 0 var(--spice-sidebar);
2254
+ pointer-events: none;
2255
+ }
2256
+
2257
+ .Root__main-view {
2258
+ border-radius: var(--border-radius-1) !important;
2259
+ overflow: visible;
2260
+ }
2261
+
2262
+ .main-view-container__scroll-node-child-spacer {
2263
+ height: 0 !important;
2264
+ }
2265
+
2266
+ .global-nav .main-view-container {
2267
+ margin-top: 0px;
2268
+ }
2269
+
2270
+ .contentSpacing:not(.artist-artistDiscography-topBar,
2271
+ .search-searchCategory-container,
2272
+ .hV9v6y_uYwdAsoiOHpzk) {
2273
+ padding-top: 8px;
2274
+ }
2275
+
2276
+ .main-home-home {
2277
+ padding-top: 8px;
2278
+ }
2279
+
2280
+ /* Left navbar */
2281
+
2282
+ .ChipInnerComponent,
2283
+ .ChipInnerComponent-secondary {
2284
+ background-color: var(--spice-card);
2285
+ color: var(--spice-text);
2286
+ }
2287
+
2288
+ .ChipInnerComponent-selected,
2289
+ .ChipInnerComponent-selected-secondary {
2290
+ background-color: var(--spice-text);
2291
+ color: var(--spice-card);
2292
+ }
2293
+
2294
+ .ChipInnerComponent:hover,
2295
+ .ChipInnerComponent-selected:hover,
2296
+ .ChipInnerComponent-selected-secondary:hover {
2297
+ background-color: var(--spice-selected-row) !important;
2298
+ color: var(--spice-text);
2299
+ }
2300
+
2301
+ .Root__nav-bar {
2302
+ max-width: unset !important;
2303
+ }
2304
+
2305
+ .main-yourLibraryX-entryPoints {
2306
+ border-radius: var(--border-radius-1);
2307
+ }
2308
+
2309
+ .main-yourLibraryX-navItem {
2310
+ padding: 2px 0px !important;
2311
+ }
2312
+
2313
+ .main-yourLibraryX-navLink {
2314
+ border-radius: var(--border-radius-2);
2315
+ min-height: 50px;
2316
+ min-width: 50px;
2317
+ justify-content: center;
2318
+ transition: all ease 100ms;
2319
+ }
2320
+
2321
+ .main-yourLibraryX-navLink:has(span) {
2322
+ padding-left: 0.5rem;
2323
+ justify-content: flex-start;
2324
+ }
2325
+
2326
+ .main-yourLibraryX-navLinkActive.active>svg,
2327
+ .main-yourLibraryX-navLinkActive>.search-active-icon {
2328
+ animation: bounce 175ms ease-out forwards;
2329
+ }
2330
+
2331
+ @keyframes bounce {
2332
+ 0% {
2333
+ transform: translate(0, -25%);
2334
+ }
2335
+
2336
+ 50% {
2337
+ transform: translate(0, 25%);
2338
+ }
2339
+
2340
+ 100% {
2341
+ transform: translate(0, 0);
2342
+ }
2343
+ }
2344
+
2345
+ .main-yourLibraryX-navLinkActive.active {
2346
+ background-color: var(--spice-selected-row);
2347
+ }
2348
+
2349
+ .main-yourLibraryX-navLink-accent {
2350
+ position: absolute;
2351
+ width: 4px;
2352
+ height: 25px;
2353
+ background-color: var(--spice-accent);
2354
+ border-radius: var(--border-radius-2);
2355
+ left: 12px;
2356
+ display: none;
2357
+ }
2358
+
2359
+ svg,
2360
+ .search-icon {
2361
+ transition: background-color linear 200ms;
2362
+ }
2363
+
2364
+ .main-yourLibraryX-button path {
2365
+ display: none !important;
2366
+ }
2367
+
2368
+ .main-yourLibraryX-collapseButton.main-yourLibraryX-collapseButtonIsCollapsed>.main-yourLibraryX-button {
2369
+ color: var(--spice-subtext);
2370
+ }
2371
+
2372
+ .main-yourLibraryX-collapseButton.main-yourLibraryX-collapseButtonIsCollapsed svg {
2373
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_library_24_regular.svg");
2374
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_library_24_regular.svg");
2375
+ background-color: var(--spice-subtext);
2376
+ }
2377
+
2378
+ .main-yourLibraryX-collapseButton>.main-yourLibraryX-button {
2379
+ color: var(--spice-text);
2380
+ }
2381
+
2382
+ .main-yourLibraryX-collapseButton svg {
2383
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_library_24_filled.svg");
2384
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/ic_fluent_library_24_filled.svg");
2385
+ background-color: var(--spice-text);
2386
+ }
2387
+
2388
+ .main-yourLibraryX-button[aria-haspopup="menu"] {
2389
+ padding: 1px;
2390
+ mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/main/assets/More%20Vertical/SVG/ic_fluent_more_vertical_24_regular.svg");
2391
+ -webkit-mask-image: url("https://nimsandu.github.io/spicetify-bloom/assets/fluentui-system-icons/main/assets/More%20Vertical/SVG/ic_fluent_more_vertical_24_regular.svg");
2392
+ background-color: var(--spice-text);
2393
+ }
2394
+
2395
+ button.main-yourLibraryX-button[aria-label="Go back"] svg.e-9812-icon { background: none !important; -webkit-mask-image: none !important; mask-image: none !important; fill: currentColor !important; display: block !important; width: 16px !important; height: 16px !important; }
2396
+ button.main-yourLibraryX-button[aria-label="Go back"] svg.e-9812-icon path { display: block !important; }
2397
+
2398
+
2399
+ .main-rootlist-wrapper {
2400
+ padding-left: unset;
2401
+ padding-right: unset;
2402
+ }
2403
+
2404
+ .BoxComponent-group-tinted-isInteractive-hasLeadingOrMedia-paddingBlockStart_8px-paddingBlockEnd_8px-minBlockSize_56px-padding_8px.main-yourLibraryX-listItemGroup {
2405
+ background-color: var(--spice-selected-row) !important;
2406
+ }
2407
+
2408
+ .main-yourLibraryX-libraryContainer {
2409
+ --background-highlight: var(--spice-selected-row) !important;
2410
+ --text-bright-accent: var(--spice-accent) !important;
2411
+ }
2412
+
2413
+ .main-yourLibraryX-listRowSubtitleLeadingWrapper svg {
2414
+ fill: var(--spice-accent);
2415
+ }
2416
+
2417
+ .main-yourLibraryX-listRowEntityImage {
2418
+ border-radius: var(--border-radius-2);
2419
+ }
2420
+
2421
+ /* Player bar */
2422
+
2423
+ .main-nowPlayingBar-container {
2424
+ justify-content: center;
2425
+ --background-highlight: rgba(var(--spice-rgb-sidebar), 0.5) !important;
2426
+ height: var(--now-playing-bar-height);
2427
+ width: 100%;
2428
+ position: absolute;
2429
+ border-radius: var(--border-radius-now-playing-bar);
2430
+ padding: var(--padding-now-playing-bar);
2431
+ bottom: var(--margin-bottom-now-playing-bar);
2432
+ border: var(--default-border-thickness) solid var(--shadow-rgb);
2433
+ background-color: rgba(var(--spice-rgb-main), 0.5);
2434
+ backdrop-filter: blur(var(--blur-radius)) saturate(0.5) brightness(100%);
2435
+ }
2436
+
2437
+ .main-nowPlayingBar-container .GlueDropTarget,
2438
+ .main-coverSlotCollapsed-container {
2439
+ max-height: 56px;
2440
+ max-width: 56px;
2441
+ }
2442
+
2443
+ /* Search */
2444
+
2445
+ .x-searchInput-searchInputInput {
2446
+ padding-left: 18px;
2447
+ padding-right: 62px;
2448
+ }
2449
+
2450
+ /* Right sidebar */
2451
+
2452
+ .main-buddyFeed-scrollBarContainer {
2453
+ height: 100%;
2454
+ }
2455
+
2456
+ .Root__right-sidebar {
2457
+ position: relative;
2458
+ }
2459
+
2460
+ /* Friends activity */
2461
+
2462
+ .main-buddyFeed-container {
2463
+ border-radius: var(--border-radius-1);
2464
+ }
2465
+
2466
+ .main-buddyFeed-content {
2467
+ margin-top: 0 !important;
2468
+ }
2469
+
2470
+ /* Lyrics */
2471
+
2472
+ .lyrics-lyrics-coverTopBar {
2473
+ padding-top: 0;
2474
+ }
2475
+
2476
+ /* Lyrics Cinema*/
2477
+ .main-lyricsCinema-controls {
2478
+ top: 74px !important;
2479
+ }
2480
+
2481
+ /* Lyrics Plus */
2482
+
2483
+ .lyrics-config-button-container {
2484
+ bottom: 80px;
2485
+ }
2486
+
2487
+ .lyrics-lyricsContainer-LyricsUnsyncedPadding {
2488
+ height: 15vh;
2489
+ }
2490
+
2491
+ /* Track list */
2492
+
2493
+ .main-trackList-trackListHeaderStuck.main-trackList-trackListHeader {
2494
+ background: transparent;
2495
+ }
2496
+
2497
+ .search-searchBrowse-SearchBrowse {
2498
+ margin-top: 0;
2499
+ }
2500
+
2501
+ .fDhpniKuH2iCAIc_ZUeL.rX_OmqCngvY5ZCoYBZgb,
2502
+ .fDhpniKuH2iCAIc_ZUeL.rX_OmqCngvY5ZCoYBZgb::after,
2503
+ .fDhpniKuH2iCAIc_ZUeL.rX_OmqCngvY5ZCoYBZgb::before,
2504
+ .mjZrvVI3CxfHJXu7y0Lg,
2505
+ .mjZrvVI3CxfHJXu7y0Lg::after {
2506
+ background: rgba(var(--spice-rgb-player), 0.5) !important;
2507
+ backdrop-filter: blur(50px) saturate(1.5) !important;
2508
+ border-radius: 8px;
2509
+ }
2510
+
2511
+ .Wrapper-medium-medium-only {
2512
+ top: initial;
2513
+ left: initial;
2514
+ }
2515
+
2516
+ /* Cards */
2517
+
2518
+ .main-gridContainer-gridContainer {
2519
+ gap: 0.5rem;
2520
+
2521
+ a {
2522
+ padding: 0;
2523
+
2524
+ .Vn9yz8P5MjIvDT8c0U6w::before {
2525
+ content: "";
2526
+ height: 100%;
2527
+ width: 100%;
2528
+ display: block;
2529
+ position: absolute;
2530
+ background: linear-gradient(120deg, transparent, var(--spice-main));
2531
+ }
2532
+ }
2533
+ }
2534
+
2535
+ /* Play | Pause Btn Alignment */
2536
+ .Wrapper-medium-only-medium {
2537
+ position: relative;
2538
+ top: 0;
2539
+ left: 0;
2540
+ }
2541
+
2542
+ .Wrapper-medium-only-medium {
2543
+ top: 0;
2544
+ left: 0;
2545
+ }
2546
+
2547
+ .main-genericButton-button {
2548
+ color: var(--spice-subtext);
2549
+ }
2550
+
2551
+ .gqaWFmQeKNYnYD5gRv3x {
2552
+ margin-bottom: 5rem;
2553
+ }
2554
+
2555
+ /* FullScreen Styles */
2556
+
2557
+ .npv-background-image__overlay {
2558
+ }
2559
+
2560
+ .npv-main-container,
2561
+ .npv-background-color,
2562
+ .npv-lyrics__gradient-background {
2563
+ background-color: rgba(var(--spice-rgb-main), 0.75) !important;
2564
+ background-image: none !important;
2565
+ background: none !important;
2566
+ }
2567
+
2568
+ .npv-track-metadata,
2569
+ .npv-up-next {
2570
+ min-width: 6rem;
2571
+ border: 2px solid rgba(var(--spice-rgb-main), var(--bg-color-opacity-homeHeader));
2572
+ padding: 0.5rem;
2573
+ border-radius: var(--card-border-radius);
2574
+ background-color: rgba(var(--spice-rgb-card), 0.75);
2575
+ color: rgba(var(--spice-rgb-subtext), 0.6);
2576
+ }
2577
+
2578
+ .npv-up-next__info {
2579
+ color: var(--spice-text);
2580
+ }
2581
+
2582
+ .pO2rsGFqUdaNhpLrif21 a {
2583
+ color: var(--spice-text) !important;
2584
+ }
2585
+
2586
+ .ellipsis-one-line {
2587
+ color: var(--spice-subtext) !important;
2588
+ }
2589
+
2590
+ .npv-lyrics__text--credits,
2591
+ .npv-track-metadata__creator-name,
2592
+ .npv-lyrics__text-wrapper--previous,
2593
+ .npv-lyrics__text--credits {
2594
+ color: rgba(var(--spice-rgb-text), 0.5) !important;
2595
+ }
2596
+
2597
+ ::backdrop {
2598
+ backdrop-filter: blur(3rem) saturate(1.3) invert(0.0125) brightness(0.5);
2599
+ background-color: rgba(var(--spice-rgb-main), 0.75);
2600
+ }
2601
+
2602
+ .desktopmodals-aboutSpotifyModal-container {
2603
+ background-color: rgba(var(--spice-rgb-main), .75);
2604
+ backdrop-filter: blur(4px) brightness(1.5);
2605
+ }
2606
+
2607
+ .Root__globalNav .main-globalNav-link-icon {
2608
+ background-color: var(--spice-card);
2609
+ }
2610
+
2611
+ /* --- Responsive Search Bar --- */
2612
+
2613
+ /* --- Breakpoint 1: Medium Screens --- */
2614
+ @media (max-width: 1000px) { /* Start shrinking around here */
2615
+ .main-topBar-searchBar {
2616
+ flex-basis: 350px !important; /* Reduce base width */
2617
+ flex-shrink: 1 !important; /* Allow shrinking */
2618
+ min-width: 200px !important; /* But not too much */
2619
+ }
2620
+
2621
+ /* You can also reduce min-width of the input if needed */
2622
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input {
2623
+ min-width: 200px !important; /* Reduce minimum input width */
2624
+ }
2625
+ }
2626
+
2627
+ /* --- Breakpoint 2: Narrow Screens --- */
2628
+ @media (max-width: 750px) { /* Hide input field around here */
2629
+
2630
+ /* Search bar container becomes very small, like a button */
2631
+ .main-topBar-searchBar {
2632
+ flex: 0 0 auto !important; /* Remove flexibility, fixed size */
2633
+ width: 36px !important; /* Width = height for round button */
2634
+ min-width: 36px !important;
2635
+ margin-left: 8px !important; /* Add small left margin */
2636
+ }
2637
+
2638
+ /* Form also becomes small and round */
2639
+ form.e-9812-form-input-icon[role="search"] {
2640
+ width: 100% !important;
2641
+ height: 100% !important; /* Takes full height of 36px container */
2642
+ padding: 0 !important;
2643
+ justify-content: center !important; /* Center icon inside */
2644
+ border-radius: 50% !important; /* Make it round */
2645
+ border: 1px solid transparent !important; /* Remove or make border transparent */
2646
+ /* You can add hover background like a button */
2647
+ transition: background-color 150ms ease;
2648
+ }
2649
+ form.e-9812-form-input-icon[role="search"]:hover {
2650
+ background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
2651
+ }
2652
+
2653
+
2654
+ /* Hide text field, right icons, and Ctrl+K hint */
2655
+ form.e-9812-form-input-icon[role="search"] input.e-9812-form-input,
2656
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--trailing,
2657
+ .dM_TEJo05MxBvrLzfNrW {
2658
+ display: none !important;
2659
+ visibility: hidden !important;
2660
+ width: 0 !important;
2661
+ opacity: 0 !important;
2662
+ }
2663
+
2664
+ /* Style remaining search icon */
2665
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading {
2666
+ margin: 0 !important; /* Remove margins */
2667
+ width: auto !important; /* Size by SVG */
2668
+ height: 100% !important; /* For vertical centering */
2669
+ display: flex !important;
2670
+ align-items: center !important;
2671
+ justify-content: center !important;
2672
+ }
2673
+ form.e-9812-form-input-icon[role="search"] .e-9812-form-input-icon__icon--leading svg.M9l40ptEBXPm03dU3X1k {
2674
+ width: 18px !important; /* Icon size */
2675
+ height: 18px !important;
2676
+ fill: var(--spice-text) !important; /* Icon color */
2677
+ }
2678
+ }
2679
+ /* Align Top Bar Items Vertically - Manual Adjustment */
2680
+
2681
+ /* Main top bar container - still using align-items */
2682
+ .main-topBar-topbarContent {
2683
+ display: flex !important;
2684
+ align-items: center !important; /* Main alignment method */
2685
+ gap: 8px !important;
2686
+ min-height: 36px; /* Set minimum height to the tallest element */
2687
+ }
2688
+
2689
+ /* --- Left buttons (Home, etc.) --- */
2690
+ button.main-globalNav-navLink[aria-label="Home"],
2691
+ button[aria-label="What's New"],
2692
+ button[aria-label="Friend Activity"] {
2693
+ position: relative; /* Enable relative positioning */
2694
+ top: 2px; /* <<< Move down by (36-32)/2 pixels */
2695
+ margin: 0 !important; /* Remove external margins */
2696
+ }
2697
+
2698
+ /* --- Search field --- */
2699
+ .main-topBar-searchBar {
2700
+ /* No additional offsets needed, it's 36px */
2701
+ display: flex;
2702
+ align-items: center;
2703
+ }
2704
+ form.e-9812-form-input-icon[role="search"] {
2705
+ /* Height 36px */
2706
+ }
2707
+
2708
+ /* --- Right button container --- */
2709
+ .main-topBar-topbarContentRight {
2710
+ display: flex !important;
2711
+ align-items: center !important; /* Align buttons inside */
2712
+ gap: 8px !important;
2713
+ }
2714
+
2715
+ /* --- Right buttons (Profile, Bell, etc.) --- */
2716
+ .main-topBar-topbarContentRight button:has(img),
2717
+ button.main-userWidget-box[data-testid="user-widget-link"],
2718
+ /* Add other selectors for right buttons if they are also 32px */
2719
+ .main-topBar-topbarContentRight button[aria-label*="Inbox"],
2720
+ .main-topBar-topbarContentRight button[aria-label*="Notifications"]
2721
+ {
2722
+ position: relative; /* Enable relative positioning */
2723
+ top: 2px; /* <<< Move down by (36-32)/2 pixels */
2724
+ margin: 0 !important; /* Remove external margins */
2725
+ }