chore(adapted-styles): adjust header and container styling

This commit is contained in:
Hakadao
2025-01-26 06:23:53 +08:00
parent a44953b284
commit 91840f6f06

View File

@@ -1,7 +1,7 @@
.bewly-design.homePage {
.header-channel {
// margin-top: 10px;
display: none;
// display: none;
}
// fix when the container does not fill the recommended container in large screen situations
@@ -14,9 +14,9 @@
background-color: transparent;
backdrop-filter: var(--bew-filter-glass-1);
background: var(--bew-elevated);
border-radius: var(--bew-radius);
margin: 10px 20px;
width: calc(100% - 40px);
// border-radius: var(--bew-radius);
// margin: 10px 20px;
// width: calc(100% - 40px);
box-shadow: var(--bew-shadow-2), var(--bew-shadow-edge-glow-1);
}