Resolves #456 firefox css

This commit is contained in:
Peter Cottle 2018-03-22 15:49:03 -07:00
parent 5b1a9983fd
commit 878d25afbd

View file

@ -1244,41 +1244,3 @@ div.gitDemonstrationView {
background: #9bcbeb;
}
/* Go Home Firefox, you're drunk */
@-moz-document url-prefix() {
div.wrapper.box.vertical {
-moz-box-flex: 3;
box-flex: 3;
}
div.toolbar.level-toolbar.box.vertical.center.transitionAll {
width: 100%;
}
div.controls.box.horizontal.justify {
left: 0 !important;
top: -4px !important;
}
body {
display: block;
width: 100%;
height: 100%;
}
#commandLineBar {
min-height: 30px;
}
#interfaceWrapper {
width: 100%;
height: 100%;
}
div.canvasTerminalHolder > div.terminal-window-holder {
height: 80%;
margin: 7% 0;
}
}