From c7a80ebdec4c9e423e519215c7d9853a6db3b60f Mon Sep 17 00:00:00 2001 From: Jason Neufeld Date: Sun, 6 Sep 2015 11:54:35 -0700 Subject: [PATCH] Drops settings back to 550px, since it doesn't need the extra 50 anymore. --- src/css/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/settings.css b/src/css/settings.css index a55b5981..fe44f3b6 100644 --- a/src/css/settings.css +++ b/src/css/settings.css @@ -84,7 +84,7 @@ .drawer-content { overflow: hidden; background-color: #444; - height: 600px; + height: 550px; max-height: 100%; width: 280px; border-top-left-radius: 4px;