From 71123d826b485903909d472be6a484f10d0a4be6 Mon Sep 17 00:00:00 2001 From: Toliver182 Date: Wed, 14 Feb 2018 16:51:24 +0000 Subject: [PATCH] Update settings.scss Amend the margin to ensure that button always show. --- couchpotato/static/style/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/style/settings.scss b/couchpotato/static/style/settings.scss index 0724ada..ad19dcd 100644 --- a/couchpotato/static/style/settings.scss +++ b/couchpotato/static/style/settings.scss @@ -704,7 +704,7 @@ z-index: 2; position: absolute; width: 450px; - margin: 28px 0 20px 0; + margin: 75px 0 20px 0; @include theme(background, primary); box-shadow: 0 0 15px 2px rgba(0,0,0,.15); border-radius: $border_radius $border_radius 0 0;