Avoid display 900px in small screen

This commit is contained in:
Hongarc 2018-12-02 13:30:35 +07:00
parent c9cb6c016f
commit b40dde0196

View file

@ -826,6 +826,7 @@ div.modalView.box.inFront.show {
.modalView .terminal-window-holder { .modalView .terminal-window-holder {
border-radius: 5px; border-radius: 5px;
max-width: 900px; max-width: 900px;
width: 90%;
} }
.modalView .terminal-window { .modalView .terminal-window {