mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Map widgets should be hidden when browser window has small size #1009
This commit is contained in:
parent
72371cb8d6
commit
165ab06fde
@ -1,3 +1,9 @@
|
||||
@media screen and (max-width: 700px) {
|
||||
.consoleWrapper {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.consoleWrapper {
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
position: fixed;
|
||||
|
@ -1,3 +1,9 @@
|
||||
@media screen and (max-width: 600px) {
|
||||
.summaryWrapper {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.summaryWrapper {
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
position: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user