From: Chocobozzz Date: Mon, 23 Jul 2018 09:23:00 +0000 (+0200) Subject: Responsive advanced search X-Git-Tag: v1.0.0-beta.10.pre.1~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e930af9f8f3a3b95c4693600ff8558bca3173ad;p=oweals%2Fpeertube.git Responsive advanced search --- diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index f70d4bf87..330eef9d8 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss @@ -52,7 +52,7 @@ max-height: 0; &.show { - max-height: 800px; + max-height: 1500px; } } } @@ -107,13 +107,18 @@ } @media screen and (max-width: 800px) { + .results-header { + font-size: 15px !important; + } + .entry { flex-direction: column; height: auto; text-align: center; &.video { - .video-info-name { + .video-info-name, + .video-info-account { margin: auto; }