diff options
Diffstat (limited to 'client/src/app/search/search.component.scss')
-rw-r--r-- | client/src/app/search/search.component.scss | 9 |
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 | ||