@@ -98,7 +98,7 @@ img{max-width:100%;display:block}
9898 transform : translateY (-1px )}
9999.nav-hamburger {display : none;background : none;border : none;color : var (--text );font-size : 1.5rem ;cursor : pointer;
100100 padding : 6px ;width : 36px ;height : 36px ;border-radius : 8px ;transition : all .2s ;
101- display : none; align-items : center;justify-content : center}
101+ align-items : center;justify-content : center}
102102.nav-hamburger : hover {background : rgba (255 , 255 , 255 , .08 )}
103103[data-theme = "light" ] .nav-hamburger : hover {background : rgba (0 , 0 , 0 , .06 )}
104104.nav-actions {display : flex;align-items : center;gap : 6px }
@@ -230,12 +230,6 @@ img{max-width:100%;display:block}
230230 cursor : pointer;font-size : .9rem ;padding : 4px ;line-height : 1 ;transition : color .2s }
231231.wechat-popup-close : hover {color : var (--text )}
232232
233- @media (max-width : 768px ){
234- .wechat-fab {bottom : 80px ;right : 16px ;width : 38px ;height : 38px }
235- .wechat-popup {right : 16px ;bottom : 128px ;width : 260px ;padding : 16px }
236- .back-to-top {right : 16px ;bottom : 32px ;width : 38px ;height : 38px }
237- }
238-
239233/* === SELECTION === */
240234::selection {background : rgba (199 , 70 , 52 , .25 );color : var (--text )}
241235
@@ -256,7 +250,7 @@ img{max-width:100%;display:block}
256250 /* Bottom tab bar */
257251 .mobile-tabbar {display : flex!important ;position : fixed;bottom : 0 ;left : 0 ;right : 0 ;height : 60px ;
258252 background : var (--bg );border-top : 1px solid var (--border );z-index : 1000 ;
259- padding : 0 4px ;padding-bottom : env (safe-area-inset-bottom)}
253+ padding : 0 4px ;padding-bottom : 16 px ; padding-bottom : env (safe-area-inset-bottom, 16 px )}
260254 [data-theme = "light" ] .mobile-tabbar {background : var (--bg )}
261255 .mobile-tabbar a {flex : 1 ;display : flex;flex-direction : column;align-items : center;justify-content : center;
262256 gap : 3px ;text-decoration : none;color : var (--text-muted );font-size : .65rem ;font-weight : 500 ;
0 commit comments