diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-04 16:58:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-04 17:31:28 +0200 |
commit | b1ee8526d35eb7df4fb70ae755eae08e7497042c (patch) | |
tree | 0cf4ea1faeef2294dd4001708e917fb5f9699fc9 /client/src/app/search/search.component.scss | |
parent | 8cd7faaa331f83903f0bbaead288661218e38bdb (diff) | |
download | PeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.tar.gz PeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.tar.zst PeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.zip |
Fix search results on mobile
Diffstat (limited to 'client/src/app/search/search.component.scss')
-rw-r--r-- | client/src/app/search/search.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index f394099e2..3be8f5311 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss | |||
@@ -23,6 +23,7 @@ | |||
23 | } | 23 | } |
24 | 24 | ||
25 | .results-filter-button { | 25 | .results-filter-button { |
26 | cursor: pointer; | ||
26 | 27 | ||
27 | .icon.icon-filter { | 28 | .icon.icon-filter { |
28 | @include icon(20px); | 29 | @include icon(20px); |
@@ -133,7 +134,7 @@ | |||
133 | 134 | ||
134 | @media screen and (max-width: 800px) { | 135 | @media screen and (max-width: 800px) { |
135 | .search-result { | 136 | .search-result { |
136 | margin: 20px 10px; | 137 | padding: 20px 10px; |
137 | } | 138 | } |
138 | 139 | ||
139 | .results-header { | 140 | .results-header { |