wifi scan
This commit is contained in:
@@ -80,8 +80,18 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.expanded .Row {
|
||||
display: flex;
|
||||
#ap-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.expanded {
|
||||
.Row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#ap-box {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user