Widgets without label are not collapsed on mobile do Fix #23.
This commit is contained in:
parent
c270879f3d
commit
5122da8054
|
@ -194,7 +194,7 @@ footer{
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
&:checked{
|
&:checked{
|
||||||
&~p, &~div, &~ul, &~img{
|
&~h6~p, &~h6~div, &~h6~ul, &~h6~img{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue