fix navigation bubble width and height on mobile
This commit is contained in:
parent
e27a409287
commit
8eadc2fbd7
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
#navigation {
|
||||
top: 45px;
|
||||
bottom: initial;
|
||||
width: 255px;
|
||||
max-height: 90%;
|
||||
width: 265px;
|
||||
max-height: 85%;
|
||||
margin-top: 0;
|
||||
top: 45px;
|
||||
background-color: rgba(36, 40, 47, .97);
|
||||
|
|
Loading…
Reference in a new issue