1
+
2
+
3
+
1
4
/* Hidden buttons */
2
5
/* #nav-bar-overflow-button, */
3
6
# zen-current-workspace-indicator {
@@ -69,6 +72,9 @@ tab[busy] {
69
72
}
70
73
}
71
74
75
+
76
+
77
+
72
78
/* empty tab image */
73
79
# browser : has ([zen-empty-tab = "true" ][selected = "true" ]) .browserStack {
74
80
@@ -400,29 +406,11 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
400
406
overflow : hidden !important ;
401
407
}
402
408
403
- # zen-media-progress-hbox label {
404
- scale : 0 !important ;
405
- transition : scale 0.3s ease-in-out !important ;
406
- }
407
-
408
- # zen-media-progress-bar {
409
- margin : 0 !important ;
410
- scale : 1.4 !important ;
411
- transition : all 0.3s ease-in-out !important ;
412
- }
413
-
414
409
& : hover {
415
410
# zen-media-controls-hbox {
416
411
height : fit-content !important ;
417
412
opacity : 1 !important ;
418
413
}
419
- # zen-media-progress-hbox label {
420
- scale : 1 !important ;
421
- }
422
- # zen-media-progress-bar {
423
- margin : 1em !important ;
424
- scale : 1 !important ;
425
- }
426
414
}
427
415
}
428
416
@@ -444,26 +432,14 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
444
432
& ::after {
445
433
position : absolute;
446
434
content : "" ;
447
- top : 5 px ;
435
+ bottom : 0 px ;
448
436
left : 0 ;
449
437
right : 0 ;
450
438
z-index : -1 ;
451
439
height : 100% ;
452
440
width : 100% ;
453
441
transform : scale (0.9 ) translateZ (0 );
454
442
filter : blur (15px );
455
- /* background: linear-gradient(
456
- to left,
457
- #ff5770,
458
- #e4428d,
459
- #c42da8,
460
- #9e16c3,
461
- #6501de,
462
- #9e16c3,
463
- #c42da8,
464
- #e4428d,
465
- #ff5770
466
- ); */
467
443
background : linear-gradient (
468
444
135deg ,
469
445
color-mix (in srgb, var (--zen-primary-color ) 10% , black),
@@ -490,6 +466,10 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
490
466
background-size : 200% 200% ;
491
467
animation : animateGlow 5s cubic-bezier (0.1 , 0.7 , 0.5 , 0.1 ) infinite;
492
468
}
469
+
470
+ & : hover ::after {
471
+ height : 150% ;
472
+ }
493
473
}
494
474
495
475
@keyframes animateGlow {
@@ -503,7 +483,7 @@ max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease;
503
483
504
484
505
485
/* compact mode player */
506
- # zen-main-app-wrapper [zen-compact-mode = "true" ]: not (: has (toolbox [zen-user-show = "" ])) # zen-media-controls-toolbar {
486
+ # zen-main-app-wrapper [zen-compact-mode = "true" ]: not (: has (toolbox [zen-user-show = "" ], toolbox [ zen-has-hover ] )) # zen-media-controls-toolbar {
507
487
508
488
& .playing # zen-media-focus-button {
509
489
position : fixed !important ;
0 commit comments