mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-02 08:42:50 +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 {
|
.consoleWrapper {
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.summaryWrapper {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.summaryWrapper {
|
.summaryWrapper {
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user