This commit is contained in:
2023-05-26 17:01:13 +08:00
parent ee9c54af61
commit b257cd9fb9
10 changed files with 125 additions and 20 deletions

View File

@@ -3,10 +3,21 @@
position: fixed;
background-color: white;
box-sizing: border-box;
display: none;
display: block;
left: -64px;
transition: all 0.5s ease;
height: 100vh;
}
.nav-menu.open {
left: 0px;
}
.main {
position: fixed;
top: 64px;
}
.settings label {
line-height: 40px;
}