From ece8f2e3119b961d6274301bd9207af6cd9d5b39 Mon Sep 17 00:00:00 2001 From: gilbn Date: Mon, 27 Jul 2020 21:55:52 +0200 Subject: [PATCH] bazarr mobile fixes --- CSS/themes/bazarr/bazarr-base.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CSS/themes/bazarr/bazarr-base.css b/CSS/themes/bazarr/bazarr-base.css index 6119cd34..8e6f1a1c 100644 --- a/CSS/themes/bazarr/bazarr-base.css +++ b/CSS/themes/bazarr/bazarr-base.css @@ -1394,4 +1394,33 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled { .highlight pre code { font-size: inherit; color: #eee; -} \ No newline at end of file +} +/* Mobile */ +@media (max-width: 767px) { + .mini-sidebar .left-sidebar { + background: var(--modal-bg-color); + } + + #buttons_bars .col-8 { + -ms-flex: none !important; + flex: none !important; + max-width: none !important; + padding-left: 5px; + padding-right: 5px; + } + + .page-titles .btn { + height: 50px !important; + width: 55px !important; + padding: 0 0; + } + + #buttons_bars .col-4 { + -ms-flex: none !important; + flex: none !important; + max-width: 100% !important; + position: inherit !important; + padding-right: 5px !important; + padding-bottom: 5px !important; + } + } \ No newline at end of file