fix navigation bubble width and height on mobile

This commit is contained in:
Jan-Christoph Borchardt 2014-05-16 17:41:31 +02:00
parent e27a409287
commit 8eadc2fbd7
1 changed files with 2 additions and 2 deletions

View File

@ -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);