Header UI adjust

This commit is contained in:
KOWX712
2024-11-26 01:41:09 +08:00
parent 6a5fb6c717
commit 0607f2d223

View File

@@ -13,7 +13,7 @@ body {
position: fixed; position: fixed;
top: 0; top: 0;
height: 40px; height: 40px;
width: calc(100% - 17px); width: 100%;
background-color: #F5F5F5; background-color: #F5F5F5;
transition: transform 0.3s ease; transition: transform 0.3s ease;
z-index: 1100; z-index: 1100;
@@ -41,6 +41,7 @@ body {
.language-dropdown { .language-dropdown {
position: relative; position: relative;
display: inline-block; display: inline-block;
margin-right: 15px;
} }
.language-button { .language-button {
@@ -48,7 +49,6 @@ body {
border: none; border: none;
font-size: 23px; font-size: 23px;
color: #333; color: #333;
margin-right: -3px;
} }
.language-menu { .language-menu {