Browse Source

flood mobile fixes

pull/178/head
Marius 4 years ago
parent
commit
e297294c30
  1. 21
      CSS/themes/flood/flood-base.css

21
CSS/themes/flood/flood-base.css

@ -10,6 +10,21 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* 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, body,
.dark .torrents, .dark .torrents,
.torrents { .torrents {
@ -263,14 +278,14 @@ p,
.dark .torrent--is-condensed.torrent--is-selected+.torrent, .dark .torrent--is-condensed.torrent--is-selected+.torrent,
.torrent--is-condensed.torrent--is-selected, .torrent--is-condensed.torrent--is-selected,
.torrent--is-condensed.torrent--is-selected+.torrent { .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:after,
.dark .torrent--is-selected:hover:after, .dark .torrent--is-selected:hover:after,
.torrent--is-selected:after, .torrent--is-selected:after,
.torrent--is-selected:hover:after { .torrent--is-selected:hover:after {
background: rgba(var(--accent-color),.7); background: rgba(var(--accent-color), .7);
} }
.dark .table__row--heading, .dark .table__row--heading,
@ -504,7 +519,7 @@ p,
} }
.tooltip__content { .tooltip__content {
background: var(--modal-bg-color); background: #1b1b1b;
color: var(--text); color: var(--text);
} }

Loading…
Cancel
Save