diff --git a/css/index.css b/css/index.css index 3a92fa7..0107441 100644 --- a/css/index.css +++ b/css/index.css @@ -2497,7 +2497,7 @@ html { #index .nav-header .nav-right { display: flex; - align-items: center; + align-items: stretch; } #index .nav-menu { @@ -2518,7 +2518,7 @@ html { #index .nav-right { display: flex !important; - align-items: center; + align-items: stretch; justify-content: flex-end; gap: 6px; height: 100%; @@ -2536,7 +2536,7 @@ html { #index .no-login { display: flex !important; gap: 0 !important; - align-items: center; + align-items: stretch; height: 100% !important; order: 4; } @@ -3094,7 +3094,7 @@ html { #index .no-login { display: flex !important; gap: 0 !important; - align-items: center; + align-items: stretch; height: 100% !important; order: 4; } @@ -3598,7 +3598,7 @@ html { #index .no-login { display: flex !important; gap: 0 !important; - align-items: center; + align-items: stretch; height: 100% !important; order: 4; }