@@ -300,7 +300,7 @@ headerbar.flat.no-title .title {
300
300
background-color : alpha (@warning_bg_color , .1 );
301
301
}
302
302
303
- .ttl-post .direct : hover {
303
+ .ttl-post .direct : hover {
304
304
background-color : darker (alpha (@warning_bg_color , .1 ));
305
305
}
306
306
@@ -336,7 +336,7 @@ headerbar.flat.no-title .title {
336
336
.about .app-version : hover {background : radial-gradient (circle at 9.75% 50% , # 0000 6.66% , # 7902aa 6.7% , # 0000 8.4% ), conic-gradient (at 26.66% 50% , # 0000 222.75deg , # ffd800 0 317.25deg , # 0000 0 ), conic-gradient (at 33% 50% , # 0000 222.75deg , white 0 317.25deg , # 0000 0 ), conic-gradient (at 39% 50% , # 0000 222.75deg , # ffa6b9 0 317.25deg , # 0000 0 ), conic-gradient (at 45.66% 50% , # 0000 222.75deg , # 00d2ff 0 317.25deg , # 0000 0 ), conic-gradient (at 52% 50% , # 0000 222.75deg , # 753000 0 317.25deg , # 0000 0 ), conic-gradient (at 58.33% 50% , # 0000 222.75deg , # 000 0 317.25deg , # 0000 0 ), linear-gradient (to bottom, # e40303, # e40303 16.67% , # ff8c00 16.67% , # ff8c00 33.33% , # ffed00 33.33% , # ffed00 50% , # 008026 50% , # 008026 66.67% , # 004dff 66.67% , # 004dff 83.33% , # 750787 83.33% , # 750787 );}
337
337
338
338
/* Composer auto completion */
339
- GtkSourceAssistant .completion list row {
339
+ GtkSourceAssistant .completion list row {
340
340
padding : 6px 12px 6px 12px ;
341
341
}
342
342
@@ -433,12 +433,12 @@ video > overlay > revealer > controls, .audio-controls {
433
433
animation : loadbg 0.5s ease;
434
434
}
435
435
436
- .ttl-poll-row : first-child {
436
+ .ttl-poll-row : first-child {
437
437
border-top-left-radius : 12px ;
438
438
border-top-right-radius : 12px ;
439
439
}
440
440
441
- .ttl-poll-row : last-child {
441
+ .ttl-poll-row : last-child {
442
442
border-bottom-left-radius : 12px ;
443
443
border-bottom-right-radius : 12px ;
444
444
}
@@ -477,7 +477,7 @@ video > overlay > revealer > controls, .audio-controls {
477
477
478
478
.ttl-view listview > row .activatable : selected : hover ,
479
479
.ttl-view listview > row .activatable : hover {
480
- background-color : transparent;
480
+ background-color : transparent;
481
481
}
482
482
483
483
.ttl-view listview > row .activatable : selected : active ,
@@ -496,7 +496,8 @@ video > overlay > revealer > controls, .audio-controls {
496
496
}
497
497
498
498
/* .ttl-view .small.content .card { */
499
- .ttl-view .small .fake-content .card {
499
+ .ttl-view .small .fake-content .card ,
500
+ .ttl-view .small .fake-content .toggle-group-17 {
500
501
border-left : none;
501
502
border-right : none;
502
503
border-radius : 0px ;
@@ -508,7 +509,7 @@ video > overlay > revealer > controls, .audio-controls {
508
509
}
509
510
510
511
/* .ttl-view .content row:not(.ttl-post) { */
511
- .ttl-view .fake-content row : not (.ttl-post ) {
512
+ .ttl-view .fake-content row : not (.ttl-post ): not (. toggle-group-17 ) {
512
513
padding : 0px ;
513
514
}
514
515
@@ -558,6 +559,7 @@ video > overlay > revealer > controls, .audio-controls {
558
559
.ttl-view .small .fake-content .card {
559
560
box-shadow : none;
560
561
}
562
+
561
563
.ttl-view .small .preview_card .explore .preview_card_h {
562
564
border-radius : 0px ;
563
565
}
@@ -660,7 +662,8 @@ video > overlay > revealer > controls, .audio-controls {
660
662
font-size : small;
661
663
}
662
664
663
- .preview_card : not (.explore ), .preview_card : not (.explore ) image : not (.attachment-overlay-icon ) {
665
+ .preview_card : not (.explore ),
666
+ .preview_card : not (.explore ) image : not (.attachment-overlay-icon ) {
664
667
background-color : alpha (currentColor, 0.0625 );
665
668
}
666
669
@@ -767,7 +770,8 @@ list.uniform-border-color row {
767
770
border-bottom-color: @borders ;
768
771
}
769
772
770
- .emoji-reaction-expander > box > list , .emoji-reaction-expander > box > list > row {
773
+ .emoji-reaction-expander > box > list ,
774
+ .emoji-reaction-expander > box > list > row {
771
775
border-radius : inherit;
772
776
}
773
777
@@ -778,3 +782,31 @@ list.uniform-border-color row {
778
782
.ttl-profile-cover .thanks avatar {
779
783
border-color : alpha (@accent_bg_color , 0.1 );
780
784
}
785
+
786
+ .toggle-group-17 {
787
+ background : color-mix (in srgb, currentColor 10% , transparent);
788
+ border-radius : 9px ;
789
+ padding : 3px ;
790
+ }
791
+
792
+ .toggle-group-17 button {
793
+ padding : 2px 15px ;
794
+ transition : 200ms cubic-bezier (0.25 , 0.46 , 0.45 , 0.94 );
795
+ transition-property : outline-color, outline-width, outline-offset, background, box-shadow;
796
+ }
797
+
798
+ .toggle-group-17 button : checked {
799
+ background : rgb (from var (--card-bg-color ) r g b / calc (alpha * 2 ));
800
+ color : var (--card-fg-color );
801
+ box-shadow : 0 1px 3px 1px rgb (0 0 0 / 7% ),
802
+ 0 2px 6px 2px rgb (0 0 0 / 3% );
803
+ }
804
+
805
+ .toggle-group-17 separator {
806
+ margin : 3px 1px ;
807
+ transition : opacity 200ms cubic-bezier (0.25 , 0.46 , 0.45 , 0.94 );
808
+ }
809
+
810
+ .toggle-group-17 separator .hidden {
811
+ opacity : 0 ;
812
+ }
0 commit comments