diff --git a/build/main.61a783f2.css b/build/main.c4a547fb.css similarity index 98% rename from build/main.61a783f2.css rename to build/main.c4a547fb.css index 482ef4bf..8b6d9ac1 100644 --- a/build/main.61a783f2.css +++ b/build/main.c4a547fb.css @@ -1026,8 +1026,23 @@ 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%; diff --git a/index.html b/index.html index 4908945e..bfec6de4 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 482ef4bf..8b6d9ac1 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -1026,8 +1026,23 @@ 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%;