Widgets without label are not collapsed on mobile do Fix #23.

This commit is contained in:
mateuswetah 2020-06-12 16:33:41 -03:00
parent c270879f3d
commit 5122da8054
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ footer{
z-index: 1;
opacity: 0;
&:checked{
&~p, &~div, &~ul, &~img{
&~h6~p, &~h6~div, &~h6~ul, &~h6~img{
margin-top: 0;
max-height: 0;
opacity: 0;

File diff suppressed because one or more lines are too long