Browse Source

flood mobile fixes

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

17
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 {
@ -504,7 +519,7 @@ p,
}
.tooltip__content {
background: var(--modal-bg-color);
background: #1b1b1b;
color: var(--text);
}

Loading…
Cancel
Save