From 09496304ee1cea378d9558417ebd3b7ac5923b20 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 18 Oct 2018 16:39:38 -0400 Subject: [PATCH] Eliminate gap on top of body --- options/options.css | 1 + 1 file changed, 1 insertion(+) diff --git a/options/options.css b/options/options.css index 28d1be34..f4b3421b 100644 --- a/options/options.css +++ b/options/options.css @@ -10,6 +10,7 @@ html.opera body { } body { + display: flex; background: var(--main-bg); margin: 0; font-family: "Helvetica Neue", Helvetica, sans-serif;