File tree Expand file tree Collapse file tree 3 files changed +5
-47
lines changed
packages/ui/src/components
setting-resources/src/components/integrations
telegram-resources/src/components Expand file tree Collapse file tree 3 files changed +5
-47
lines changed Original file line number Diff line number Diff line change 18
18
user-select : none ;
19
19
color : var (--theme-content-color );
20
20
& .OK {
21
- color : var (--theme-won -color );
21
+ color : var (--theme-state-positive -color );
22
22
}
23
23
& .WARNING {
24
24
color : var (--theme-warning-color );
25
25
}
26
26
& .ERROR {
27
- color : var (--theme-lost -color );
27
+ color : var (--theme-state-negative -color );
28
28
}
29
29
}
30
30
Original file line number Diff line number Diff line change 288
288
.cards_grid {
289
289
display : grid ;
290
290
grid-template-columns : repeat (auto-fit , minmax (19rem , 1fr ));
291
- grid-auto-rows : minmax (13 .5rem , auto );
291
+ grid-auto-rows : minmax (14 .5rem , auto );
292
292
grid-gap : 1.5rem ;
293
293
padding : 1.5rem ;
294
294
overflow : auto ;
Original file line number Diff line number Diff line change 510
510
<svelte:fragment slot =" footer" >
511
511
<div class =" footer-container" >
512
512
<span class =" text-normal font-medium content-color" >
513
- <Label label ={telegram .string .SyncedChannels } />: {syncedChannelsCount }
513
+ <Label label ={telegram .string .SyncedChannels } />
514
+ {syncedChannelsCount }
514
515
</span >
515
516
</div >
516
517
</svelte:fragment >
525
526
overflow : hidden ;
526
527
}
527
528
528
- .search-section {
529
- display : flex ;
530
- flex-direction : column ;
531
- gap : 0.5rem ;
532
- }
533
-
534
529
.actions-container {
535
530
display : flex ;
536
531
align-items : center ;
542
537
gap : 0.75rem ;
543
538
}
544
539
545
- .search-results {
546
- font-size : 0.875rem ;
547
- color : var (--theme-content-trans-color );
548
- padding-left : 0.5rem ;
549
- }
550
-
551
540
.no-results {
552
541
display : flex ;
553
542
justify-content : center ;
589
578
}
590
579
}
591
580
592
- .header {
593
- display : flex ;
594
- justify-content : space-between ;
595
- align-items : center ;
596
- padding : 1rem ;
597
- border-bottom : 1px solid var (--theme-bg-divider-color );
598
- }
599
-
600
- .selection-controls {
601
- display : flex ;
602
- align-items : center ;
603
- gap : 0.5rem ;
604
- }
605
-
606
- .bulk-actions {
607
- display : flex ;
608
- align-items : center ;
609
- gap : 0.75rem ;
610
- }
611
-
612
- .selected-count {
613
- font-size : 0.875rem ;
614
- color : var (--theme-content-color );
615
- font-weight : 500 ;
616
- }
617
-
618
581
.error-container {
619
582
display : flex ;
620
583
align-items : center ;
685
648
padding-right : 1rem ;
686
649
}
687
650
688
- .sync-label {
689
- font-size : 0.875rem ;
690
- color : var (--theme-dark-color );
691
- }
692
-
693
651
.channel-access {
694
652
min-width : 100px ;
695
653
}
You can’t perform that action at this time.
0 commit comments