From b5a1f615f360460d88442dba35ac3052e32cbfc9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 7 Apr 2020 14:23:11 +0300 Subject: [PATCH] increased margin before search field --- src/plugin_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugin_style.css b/src/plugin_style.css index ee624c53..43ebac71 100644 --- a/src/plugin_style.css +++ b/src/plugin_style.css @@ -169,6 +169,10 @@ input[type="text"] { overflow-y: hidden; } +#selectedHolder > div:last-of-type { + margin-bottom: 14px; +} + #controlsHolder { border-top: 1px solid #cfcfcf; padding-top: 15px;