From 878d25afbdb8c596f0c2ab6d42648825c6ef3b10 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Thu, 22 Mar 2018 15:49:03 -0700 Subject: [PATCH] Resolves #456 firefox css --- src/style/main.css | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index 0a447e20..a20f2733 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -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; - } -} -