Responsive advanced search
authorChocobozzz <me@florianbigard.com>
Mon, 23 Jul 2018 09:23:00 +0000 (11:23 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 24 Jul 2018 12:04:05 +0000 (14:04 +0200)
client/src/app/search/search.component.scss

index f70d4bf8708b846961f088f59c2629c68ccb9b56..330eef9d8ee7eb48c35c36259b7af3a6e8c35f2d 100644 (file)
@@ -52,7 +52,7 @@
       max-height: 0;
 
       &.show {
-        max-height: 800px;
+        max-height: 1500px;
       }
     }
   }
 }
 
 @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;
       }