@@ -383,11 +383,11 @@ const noticetext = `
383
383
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
384
384
385
385
386
- div#Notifications-mew .hidden {
386
+ div#Notifications.hidden {
387
387
visibility: hidden;
388
388
}
389
389
390
- div#Notifications-mew .hidden {
390
+ div#Notifications.hidden {
391
391
visibility: hidden;
392
392
}
393
393
@@ -402,8 +402,8 @@ const noticetext = `
402
402
display: none;
403
403
}
404
404
405
- #Notifications-mew ,
406
- #Notifications-mew * {
405
+ #Notifications,
406
+ #Notifications * {
407
407
408
408
animation: none;
409
409
animation-delay: 0;
@@ -518,30 +518,30 @@ const noticetext = `
518
518
519
519
}
520
520
521
- #Notifications-mew * {
521
+ #Notifications * {
522
522
font-family: 'Roboto', sans-serif;
523
523
font-weight: 500;
524
524
box-sizing: border-box;
525
525
}
526
526
527
- #Notifications-mew {
527
+ #Notifications {
528
528
position: fixed;
529
529
top: 0;
530
530
right: 0;
531
531
text-align: right;
532
532
z-index: 2147483647;
533
533
}
534
534
535
- #Notifications-mew style {
535
+ #Notifications style {
536
536
display: none;
537
537
}
538
538
539
- #Notifications-mew .Notification {
539
+ #Notifications .Notification {
540
540
display: block;
541
541
margin: 8px 16px 0 16px;
542
542
}
543
543
544
- #Notifications-mew .NotificationBox {
544
+ #Notifications .NotificationBox {
545
545
display: flex;
546
546
flex-direction: column;
547
547
background-color: #fff;
@@ -558,14 +558,14 @@ const noticetext = `
558
558
overflow: hidden;
559
559
}
560
560
561
- #Notifications-mew
561
+ #Notifications
562
562
.Notificationshow
563
563
.NotificationBox {
564
564
opacity: 1;
565
565
transform: translateX(0);
566
566
}
567
567
568
- #Notifications-mew .NotificationContent {
568
+ #Notifications .NotificationContent {
569
569
background-color: rgb(249, 250, 251);
570
570
display: flex;
571
571
flex-direction: row;
@@ -575,25 +575,25 @@ const noticetext = `
575
575
cursor: pointer;
576
576
}
577
577
578
- #Notifications-mew .NotificationMessage {
578
+ #Notifications .NotificationMessage {
579
579
display: block;
580
580
color: black;
581
581
line-height: 1.5;
582
582
}
583
583
584
- #Notifications-mew .NotificationChevron {
584
+ #Notifications .NotificationChevron {
585
585
display: block;
586
586
margin-left: 8px;
587
587
transition: transform 0.05s;
588
588
}
589
589
590
- #Notifications-mew .NotificationProgressBar {
590
+ #Notifications .NotificationProgressBar {
591
591
display: block;
592
592
height: 2px;
593
593
position: relative;
594
594
}
595
595
596
- #Notifications-mew .NotificationProgressBar::before {
596
+ #Notifications .NotificationProgressBar::before {
597
597
display: block;
598
598
position: absolute;
599
599
content: "";
@@ -653,41 +653,41 @@ const noticetext = `
653
653
}
654
654
}
655
655
656
- #Notifications-mew
656
+ #Notifications
657
657
.NotificationExpand
658
658
.NotificationProgressBar {
659
659
margin-bottom: -1px;
660
660
}
661
661
662
- #Notifications-mew
662
+ #Notifications
663
663
.NotificationExpand
664
664
.NotificationChevron {
665
665
transform: rotateZ(180deg);
666
666
}
667
667
668
- #Notifications-mew .NotificationActions {
668
+ #Notifications .NotificationActions {
669
669
display: none;
670
670
flex-direction: column;
671
671
border-top: 1px solid #f5f7f8;
672
672
padding: 8px 16px;
673
673
}
674
674
675
- #Notifications-mew
675
+ #Notifications
676
676
.NotificationExpand
677
677
.NotificationActions {
678
678
display: flex;
679
679
}
680
680
681
- #Notifications-mew .NotificationAction {
681
+ #Notifications .NotificationAction {
682
682
color: #888;
683
683
margin: 8px 0;
684
684
}
685
685
686
- #Notifications-mew .NotificationButtonInfo {
686
+ #Notifications .NotificationButtonInfo {
687
687
margin: 0 8px 0 0;
688
688
}
689
689
690
- #Notifications-mew .NotificationButton {
690
+ #Notifications .NotificationButton {
691
691
color: #33c7b0;
692
692
-webkit-text-fill-color: #33c7b0;
693
693
cursor: pointer;
@@ -698,11 +698,11 @@ const noticetext = `
698
698
transition: opacity 0.25s;
699
699
}
700
700
701
- #Notifications-mew .NotificationButton:active {
701
+ #Notifications .NotificationButton:active {
702
702
opacity: 0.6;
703
703
}
704
704
705
- #Notifications-mew .NotificationContent .spaceman-background {
705
+ #Notifications .NotificationContent .spaceman-background {
706
706
background-color: rgb(249, 250, 251);
707
707
border-radius: 10px;
708
708
height: 50px;
0 commit comments