File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1898,8 +1898,8 @@ body {
18981898 z-index : 9999 ;
18991899 width : 100% ;
19001900 box-sizing : border-box;
1901- padding-top : max (10 px , env (safe-area-inset-top, 0px ));
1902- padding-bottom : 10 px ;
1901+ padding-top : max (4 px , env (safe-area-inset-top, 0px ));
1902+ padding-bottom : 4 px ;
19031903 padding-left : max (var (--page-pad ), env (safe-area-inset-left, 0px ));
19041904 padding-right : max (var (--page-pad ), env (safe-area-inset-right, 0px ));
19051905 background : # ffffff ;
@@ -1919,29 +1919,29 @@ body {
19191919 display : flex;
19201920 align-items : center;
19211921 justify-content : flex-start;
1922- min-height : 40 px ;
1922+ min-height : 52 px ;
19231923 gap : 18px ;
19241924}
19251925
19261926.site-brand {
19271927 color : var (--text );
19281928 text-decoration : none;
1929- font-size : clamp (16 px , 1.2 vw , 18 px );
1929+ font-size : clamp (18 px , 1.4 vw , 22 px );
19301930 font-weight : 750 ;
19311931 letter-spacing : -0.01em ;
19321932 line-height : 1.2 ;
19331933 white-space : nowrap;
19341934 display : inline-flex;
19351935 align-items : center;
1936- gap : 8 px ;
1936+ gap : 10 px ;
19371937 flex-shrink : 0 ;
19381938 margin-right : 8px ;
19391939 padding-left : 8px ;
19401940}
19411941
19421942.site-brand-logo {
1943- width : 44 px ;
1944- height : 44 px ;
1943+ width : 52 px ;
1944+ height : 52 px ;
19451945 display : inline-flex;
19461946 align-items : center;
19471947 justify-content : center;
Original file line number Diff line number Diff line change 33 <div class =" site-top-bar-inner" >
44 <router-link to =" /" class =" site-brand" aria-label =" 返回首页" >
55 <img class =" site-brand-logo" src =" /site-icon.png" alt =" " aria-hidden =" true" />
6- <span class =" site-brand-text" >{{ (siteConfig && siteConfig.blog_name) || '烧仙草冰室 ' }}</span >
6+ <span class =" site-brand-text" >{{ (siteConfig && siteConfig.blog_name) || '微码平台 ' }}</span >
77 </router-link >
88
99 <div class =" site-search-bar" aria-label =" 搜索" >
You can’t perform that action at this time.
0 commit comments