diff --git a/css/index.css b/css/index.css index 43cd342..48fc5f0 100644 --- a/css/index.css +++ b/css/index.css @@ -2496,9 +2496,10 @@ html { } #index .nav-header .nav-right { - display: flex; - align-items: stretch; - height: 100%; + display: flex !important; + align-items: stretch !important; + height: 100% !important; + flex-wrap: nowrap !important; } #index .nav-menu { @@ -2519,10 +2520,10 @@ html { #index .nav-right { display: flex !important; - align-items: stretch; + align-items: stretch !important; justify-content: flex-end; gap: 6px; - height: 100%; + height: 100% !important; } #index .nav-right .nav-text-link { @@ -3060,9 +3061,9 @@ html { } #index .nav-header .nav-right { - display: flex; - align-items: stretch; - height: 100%; + display: flex !important; + align-items: stretch !important; + height: 100% !important; } #index .nav-header .nav-left .nav-icon { @@ -3078,10 +3079,10 @@ html { #index .nav-right { display: flex !important; - align-items: center; + align-items: stretch !important; justify-content: flex-end; gap: 4px; - height: 100%; + height: 100% !important; } #index .nav-right .nav-text-link { @@ -3564,9 +3565,9 @@ html { } #index .nav-header .nav-right { - display: flex; - align-items: stretch; - height: 100%; + display: flex !important; + align-items: stretch !important; + height: 100% !important; } #index .nav-header .nav-left .nav-icon { @@ -3590,10 +3591,10 @@ html { #index .nav-right { display: flex !important; - align-items: center; + align-items: stretch !important; justify-content: flex-end; gap: 4px; - height: 100%; + height: 100% !important; } /* 移动端隐藏登录按钮和分隔符,只显示注册按钮 */