topbar resize, font scaling fix, mobile slider fix

This commit is contained in:
RossAscends
2023-08-25 07:06:52 +09:00
parent c91ab3b5e0
commit ce5e706fac
6 changed files with 69 additions and 56 deletions

View File

@@ -205,7 +205,7 @@
width: 100%;
border-radius: 0 0 20px 20px;
margin-top: 0px;
height: calc(100% - 40px);
height: calc(100% - var(--topBarBlockSize));
}
.drawer25pWidth {