17
17
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18
18
*/
19
19
20
- @font-face {
20
+ @font-face {
21
21
font-family : 'Inter' ;
22
22
src : url ('/fonts/Inter-Thin.ttf' ) format ('truetype' );
23
23
font-weight : 100 ;
@@ -805,6 +805,7 @@ span.header-sort-icon img {
805
805
.window-menubar : not (.window-menubar-global ): empty {
806
806
display : none !important ;
807
807
}
808
+
808
809
.window-menubar {
809
810
display : flex;
810
811
box-sizing : border-box;
@@ -815,7 +816,7 @@ span.header-sort-icon img {
815
816
padding : 2px 5px ;
816
817
}
817
818
818
- .window-menubar-global {
819
+ .window-menubar-global {
819
820
background-color : transparent;
820
821
color : white;
821
822
border-bottom : none;
@@ -825,7 +826,8 @@ span.header-sort-icon img {
825
826
margin-left : 15px ;
826
827
padding : 0 ;
827
828
}
828
- .window-menubar-global .window-menubar-item span {
829
+
830
+ .window-menubar-global .window-menubar-item span {
829
831
padding : 3px 10px ;
830
832
font-size : 13px ;
831
833
border-radius : 3px ;
@@ -1595,13 +1597,16 @@ span.header-sort-icon img {
1595
1597
display : none;
1596
1598
pointer-events : none;
1597
1599
}
1600
+
1598
1601
.context-menu .has-open-context-menu-submenu ,
1599
1602
.context-menu .context-menu-item-active {
1600
1603
border-radius : 4px ;
1601
1604
}
1602
- .context-menu .has-open-context-menu-submenu {
1605
+
1606
+ .context-menu .has-open-context-menu-submenu {
1603
1607
background-color : # dfdfdf ;
1604
1608
}
1609
+
1605
1610
.context-menu .context-menu-item-active {
1606
1611
background-color : var (--select-color );
1607
1612
color : white;
@@ -2456,10 +2461,11 @@ label {
2456
2461
/*****************************************************
2457
2462
* Notification
2458
2463
*****************************************************/
2459
- .notification , .notification-wrapper {
2464
+ .notification , .notification-wrapper {
2460
2465
width : 320px ;
2461
2466
border-radius : 11px ;
2462
2467
}
2468
+
2463
2469
.notification {
2464
2470
min-height : 54px ;
2465
2471
background : # ffffffcd ;
@@ -2472,9 +2478,11 @@ label {
2472
2478
flex-direction : row;
2473
2479
pointer-events : all;
2474
2480
}
2475
- .notification-wrapper {
2481
+
2482
+ .notification-wrapper {
2476
2483
overflow : visible;
2477
2484
}
2485
+
2478
2486
.notification-close {
2479
2487
position : absolute;
2480
2488
background : white;
@@ -2491,7 +2499,8 @@ label {
2491
2499
.notification : hover .notification-close {
2492
2500
display : block;
2493
2501
}
2494
- .notification-icon {
2502
+
2503
+ .notification-icon {
2495
2504
width : 40px ;
2496
2505
margin : 10px 5px 10px 15px ;
2497
2506
border-radius : 50% ;
@@ -2500,25 +2509,30 @@ label {
2500
2509
align-items : center;
2501
2510
filter : drop-shadow (0px 0px 0.5px rgb (51 , 51 , 51 ));
2502
2511
}
2503
- .notification-icon img {
2512
+
2513
+ .notification-icon img {
2504
2514
width : 35px ;
2505
2515
height : 35px ;
2506
2516
}
2507
- .notification-title {
2517
+
2518
+ .notification-title {
2508
2519
font-size : 12px ;
2509
2520
font-weight : 600 ;
2510
2521
}
2511
- .notification-text {
2512
- font-size : 12px ;
2522
+
2523
+ .notification-text {
2524
+ font-size : 12px ;
2513
2525
margin-top : 4px ;
2514
2526
}
2515
- .notification-content {
2516
- flex-grow : 1 ;
2527
+
2528
+ .notification-content {
2529
+ flex-grow : 1 ;
2517
2530
display : flex;
2518
2531
flex-direction : column;
2519
2532
padding : 10px ;
2520
2533
}
2521
- .notification-container {
2534
+
2535
+ .notification-container {
2522
2536
position : absolute;
2523
2537
top : 40px ;
2524
2538
right : 10px ;
@@ -2527,7 +2541,7 @@ label {
2527
2541
pointer-events : none;
2528
2542
}
2529
2543
2530
- .notifications-close-all {
2544
+ .notifications-close-all {
2531
2545
opacity : 0 ;
2532
2546
position : absolute;
2533
2547
top : 0px ;
@@ -2542,16 +2556,20 @@ label {
2542
2556
cursor : pointer;
2543
2557
filter : drop-shadow (0px 0px 0.5px rgb (51 , 51 , 51 ));
2544
2558
}
2545
- .notifications-close-all : hover {
2559
+
2560
+ .notifications-close-all : hover {
2546
2561
background-color : # dee1e3 ;
2547
2562
}
2548
- .notification-container .has-multiple {
2563
+
2564
+ .notification-container .has-multiple {
2549
2565
pointer-events : all;
2550
2566
}
2551
- .notification-container .has-multiple : hover .notifications-close-all {
2567
+
2568
+ .notification-container .has-multiple : hover .notifications-close-all {
2552
2569
pointer-events : all;
2553
2570
opacity : 1 !important ;
2554
2571
}
2572
+
2555
2573
/*****************************************************
2556
2574
* Start
2557
2575
*****************************************************/
@@ -3027,12 +3045,13 @@ fieldset[name=number-code] {
3027
3045
border : 2px solid # CCC ;
3028
3046
}
3029
3047
3030
- .launch-search-wrapper {
3031
- margin-bottom : 10px ;
3032
- padding : 5px ;
3048
+ .launch-search-wrapper {
3049
+ margin-bottom : 10px ;
3050
+ padding : 5px ;
3033
3051
position : relative;
3034
3052
}
3035
- .device-phone .launch-search-wrapper {
3053
+
3054
+ .device-phone .launch-search-wrapper {
3036
3055
margin-top : 15px ;
3037
3056
}
3038
3057
@@ -3572,7 +3591,7 @@ fieldset[name=number-code] {
3572
3591
background-color : # f9f9f9 ;
3573
3592
border-right : 1px solid # e0e0e0 ;
3574
3593
padding : 20px ;
3575
-
3594
+ position : relative;
3576
3595
}
3577
3596
3578
3597
.settings-sidebar-item {
@@ -3996,4 +4015,118 @@ fieldset[name=number-code] {
3996
4015
flex-direction : row;
3997
4016
gap : 10px ;
3998
4017
justify-content : flex-end;
4018
+ }
4019
+
4020
+ /* Extra small devices (phones, less than 576px) */
4021
+ @media (max-width : 575.98px ) {
4022
+ .hidden-xs {
4023
+ display : none !important ;
4024
+ }
4025
+ }
4026
+
4027
+ /* Small devices (landscape phones, 576px and up) */
4028
+ @media (min-width : 576px ) and (max-width : 767.98px ) {
4029
+ .hidden-sm {
4030
+ display : none !important ;
4031
+ }
4032
+ }
4033
+
4034
+ /* Medium devices (tablets, 768px and up) */
4035
+ @media (min-width : 768px ) and (max-width : 991.98px ) {
4036
+ .hidden-md {
4037
+ display : none !important ;
4038
+ }
4039
+ }
4040
+
4041
+ /* Large devices (desktops, 992px and up) */
4042
+ @media (min-width : 992px ) and (max-width : 1199.98px ) {
4043
+ .hidden-lg {
4044
+ display : none !important ;
4045
+ }
4046
+ }
4047
+
4048
+ /* Extra large devices (large desktops, 1200px and up) */
4049
+ @media (min-width : 1200px ) {
4050
+ .hidden-xl {
4051
+ display : none !important ;
4052
+ }
4053
+ }
4054
+
4055
+ /* Visible classes */
4056
+ .visible-xs ,
4057
+ .visible-sm ,
4058
+ .visible-md ,
4059
+ .visible-lg ,
4060
+ .visible-xl {
4061
+ display : none !important ;
4062
+ }
4063
+
4064
+ @media (max-width : 575.98px ) {
4065
+ .visible-xs {
4066
+ display : block !important ;
4067
+ }
4068
+ .settings-sidebar {
4069
+ display : none;
4070
+ position : fixed;
4071
+ height : 100% ;
4072
+ z-index : 9 ;
4073
+ }
4074
+ }
4075
+
4076
+ @media (min-width : 576px ) and (max-width : 767.98px ) {
4077
+ .visible-sm {
4078
+ display : block !important ;
4079
+ }
4080
+ .settings-sidebar {
4081
+ display : none;
4082
+ position : fixed;
4083
+ height : 100% ;
4084
+ z-index : 9 ;
4085
+ }
4086
+ }
4087
+
4088
+ @media (min-width : 768px ) and (max-width : 991.98px ) {
4089
+ .visible-md {
4090
+ display : block !important ;
4091
+ }
4092
+ }
4093
+
4094
+ @media (min-width : 992px ) and (max-width : 1199.98px ) {
4095
+ .visible-lg {
4096
+ display : block !important ;
4097
+ }
4098
+ }
4099
+
4100
+ @media (min-width : 1200px ) {
4101
+ .visible-xl {
4102
+ display : block !important ;
4103
+ }
4104
+ }
4105
+
4106
+ .sidebar-toggle {
4107
+ position : fixed;
4108
+ z-index : 9999999999 ;
4109
+ top : 32px ;
4110
+ left : 2px ;
4111
+ border : 0 ;
4112
+ padding-top : 5px ;
4113
+ padding-bottom : 5px ;
4114
+ }
4115
+ .sidebar-toggle .sidebar-toggle-button {
4116
+ height : 20px ;
4117
+ width : 20px ;
4118
+ }
4119
+
4120
+ .sidebar-toggle span : nth-child (1 ) {
4121
+ margin-top : 5px ;
4122
+ }
4123
+
4124
+ .sidebar-toggle span {
4125
+ border-bottom : 2px solid # 858585 ;
4126
+ display : block;
4127
+ margin-bottom : 5px ;
4128
+ width : 100% ;
4129
+ }
4130
+ .settings-sidebar .active {
4131
+ display : block;
3999
4132
}
0 commit comments