aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-23 11:23:00 +0200
committerChocobozzz <me@florianbigard.com>2018-07-24 14:04:05 +0200
commit6e930af9f8f3a3b95c4693600ff8558bca3173ad (patch)
treeda70a06ce2c2f2da478662f215df05b8cfd0d8d9 /client/src/app/search/search.component.scss
parent7afea880e561196671f186045c94f09511189405 (diff)
downloadPeerTube-6e930af9f8f3a3b95c4693600ff8558bca3173ad.tar.gz
PeerTube-6e930af9f8f3a3b95c4693600ff8558bca3173ad.tar.zst
PeerTube-6e930af9f8f3a3b95c4693600ff8558bca3173ad.zip
Responsive advanced search
Diffstat (limited to 'client/src/app/search/search.component.scss')
-rw-r--r--client/src/app/search/search.component.scss9
1 files changed, 7 insertions, 2 deletions
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 @@
52 max-height: 0; 52 max-height: 0;
53 53
54 &.show { 54 &.show {
55 max-height: 800px; 55 max-height: 1500px;
56 } 56 }
57 } 57 }
58 } 58 }
@@ -107,13 +107,18 @@
107} 107}
108 108
109@media screen and (max-width: 800px) { 109@media screen and (max-width: 800px) {
110 .results-header {
111 font-size: 15px !important;
112 }
113
110 .entry { 114 .entry {
111 flex-direction: column; 115 flex-direction: column;
112 height: auto; 116 height: auto;
113 text-align: center; 117 text-align: center;
114 118
115 &.video { 119 &.video {
116 .video-info-name { 120 .video-info-name,
121 .video-info-account {
117 margin: auto; 122 margin: auto;
118 } 123 }
119 124