Compare commits

..

2 Commits

Author SHA1 Message Date
Patrick Neff e42ace870e Update Background 2019-02-26 20:16:34 +01:00
Patrick Neff 927faecc28 Quick fix for menu in Webkit based browsers in mobile mode 2019-02-26 20:10:32 +01:00
2 changed files with 16 additions and 12 deletions

View File

@ -147,7 +147,10 @@
display: none; display: none;
} }
input[type=checkbox]:checked ~ .navbar-container nav ul { input[type=checkbox]:checked ~ .navbar-container nav {
height: 255px; //TODO: make dynamic in Webkit
ul {
@include menu-list(column); @include menu-list(column);
li { li {
@ -165,6 +168,7 @@
} }
} }
} }
}
.navbar-container { .navbar-container {
margin-top: auto; margin-top: auto;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

After

Width:  |  Height:  |  Size: 486 KiB