This commit is contained in:
kakkokari-gtyih 2024-10-04 11:09:44 +09:00
parent 9cf047c44e
commit 70e772ed28
1 changed files with 4 additions and 2 deletions

View File

@ -77,13 +77,14 @@ function onLogin(res) {
top: 0;
left: 0;
width: 100%;
min-height: 50px;
height: 50px;
box-sizing: border-box;
display: flex;
align-items: center;
font-weight: bold;
backdrop-filter: var(--blur, blur(15px));
background: var(--acrylicBg);
border-bottom: solid .5px var(--divider);
border-bottom: solid 1px var(--divider);
z-index: 1;
}
@ -96,6 +97,7 @@ function onLogin(res) {
margin-left: auto;
padding: 16px;
font-size: 16px;
line-height: 16px;
}
.content {