wifi scan

This commit is contained in:
2017-07-16 22:34:22 +02:00
parent 357a9b6513
commit 232e8802e2
8 changed files with 218 additions and 34 deletions
+12 -2
View File
@@ -80,8 +80,18 @@
display: none;
}
&.expanded .Row {
display: flex;
#ap-box {
display: none;
}
&.expanded {
.Row {
display: flex;
}
#ap-box {
display: block;
}
}
}
}