From e297294c30916c8c249bb92773c0cdfdaf111d65 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:14:54 +0200 Subject: [PATCH] flood mobile fixes --- CSS/themes/flood/flood-base.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/CSS/themes/flood/flood-base.css b/CSS/themes/flood/flood-base.css index b5b5224e..8098e61f 100644 --- a/CSS/themes/flood/flood-base.css +++ b/CSS/themes/flood/flood-base.css @@ -10,6 +10,21 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ +/* MOBILE */ + +@media (max-width: 720px) { + .modal__body, + .modal__content__wrapper, + .modal__header, + body, + .dark .torrents, + .torrents, + .action-bar { + background: #1b1b1b !important; + } +} + + body, .dark .torrents, .torrents { @@ -263,14 +278,14 @@ p, .dark .torrent--is-condensed.torrent--is-selected+.torrent, .torrent--is-condensed.torrent--is-selected, .torrent--is-condensed.torrent--is-selected+.torrent { - border-color: rgba(var(--accent-color),.7); + border-color: rgba(var(--accent-color), .7); } .dark .torrent--is-selected:after, .dark .torrent--is-selected:hover:after, .torrent--is-selected:after, .torrent--is-selected:hover:after { - background: rgba(var(--accent-color),.7); + background: rgba(var(--accent-color), .7); } .dark .table__row--heading, @@ -504,7 +519,7 @@ p, } .tooltip__content { - background: var(--modal-bg-color); + background: #1b1b1b; color: var(--text); }