1515 display : grid;
1616 width : 100% ;
1717 grid-template-areas : "nav main" ;
18- grid-template-columns : var (--nav-size ) 1fr ;
18+ grid-template-columns : calc ( var (--nav-size ) - 40 px ) 1fr ;
1919 grid-template-rows : auto;
2020 transition : all 0.1s linear;
2121}
@@ -404,7 +404,7 @@ button {
404404 background-color : # fff ;
405405 padding-right : 15px ;
406406 padding-bottom : 40px ;
407- width : calc (var (--nav-size ) - 20 px );
407+ width : calc (var (--nav-size ) - 60 px );
408408 min-height : 100vh ;
409409 height : 100% ;
410410 padding-top : 20px ;
@@ -424,6 +424,7 @@ button {
424424 border-radius : var (--bs-border-radius );
425425 transition : all linear 0.3s ;
426426 position : relative;
427+ white-space : nowrap;
427428}
428429.inner_list li {
429430 margin : 2px ;
@@ -1032,22 +1033,21 @@ div.unseen,
10321033.mobile .msg_text {
10331034 white-space : nowrap !important ;
10341035 width : 100% ;
1035- max-width : 480 px !important ;
1036+ max-width : 768 px !important ;
10361037 word-break : break-all;
10371038 word-wrap : break-word;
10381039 font-size : 100% ;
10391040}
10401041.mobile .msg_controls {
1041- background : linear-gradient (180deg , # fff, # fff, # f7f2ef ) !important ;
10421042 z-index : 1000 ;
10431043 position : fixed;
1044- right : -10 px ;
1044+ right : 0 px ;
10451045 height : 54px ;
10461046 font-size : 115% ;
10471047 padding-left : 5px ;
10481048 padding-top : 5px ;
10491049 top : 1px ;
1050- left : 70 px !important ;
1050+ left : 60 px !important ;
10511051}
10521052@media (orientation : landscape) {
10531053 .mobile .msg_controls {
@@ -1140,10 +1140,11 @@ div.unseen,
11401140}
11411141.mobile .checkbox_cell {
11421142 width : 35px ;
1143+ padding-top : 15px !important ;
11431144}
11441145.mobile .checkbox_cell label {
1145- width : 30 px ;
1146- height : 30 px ;
1146+ width : 20 px ;
1147+ height : 20 px ;
11471148}
11481149.mobile .github_para {
11491150 white-space : normal !important ;
0 commit comments