From 4f4bbe4a296df9e42aeed90592d1400b77131632 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 26 Jul 2020 18:18:27 +0200 Subject: [PATCH] =?UTF-8?q?F=C3=BCr=20Cuban?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSS/themes/ombi/ombi-base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index a878513d..49492d78 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -115,6 +115,11 @@ background-color:var(--modal-bg-color) !important; .search-bar-background[_ngcontent-c2] { background-color: transparent; } +@media (min-width: 979px) { +.form-control-search[_ngcontent-c2] { + width: 100%; +} +} .form-control-custom { background-color: rgba(0, 0, 0, 0.25) !important; border-radius: 0px;