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