Revert "Fix menu with autosizing."

This reverts commit 72487042aa.
This commit is contained in:
Lena Schimmel 2019-07-12 03:11:00 +02:00
parent 72487042aa
commit 267aa8d158

View file

@ -228,7 +228,7 @@ textarea {
}
.header .menu {
clear: both;
height: 0;
max-height: 0;
transition: max-height .2s ease-out;
}
@ -269,7 +269,7 @@ textarea {
display: none;
}
.header .menu-btn:checked ~ .menu {
height: auto;
max-height: 260px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
background: transparent;