mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-19 01:14:38 +08:00
Update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user