forked from planex/defiance
fix mobile navigation bar
This commit is contained in:
parent
cda2cbbf2a
commit
52e0db9665
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,6 @@ footer {
|
|||
padding: 0;
|
||||
position: fixed;
|
||||
overflow: auto;
|
||||
width: 25%;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
@ -136,6 +135,7 @@ li:first-child {
|
|||
#nav-list {
|
||||
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png");
|
||||
background-size: 100% 100%;
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -163,6 +163,7 @@ li:first-child {
|
|||
flex-direction: column;
|
||||
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png");
|
||||
background-size: 100% 100%;
|
||||
width: 100%
|
||||
}
|
||||
.nav-li {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue