diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-01 16:59:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-01 16:59:57 +0200 |
commit | 038907bcb24d3cecd708d4b0b29292aafa107fda (patch) | |
tree | 19dab287e828538c9bf4b19abd58b3f7a8b45bda /client/src/app/+search | |
parent | 4429a4a6e730583809461922859d9275c3e59602 (diff) | |
download | PeerTube-038907bcb24d3cecd708d4b0b29292aafa107fda.tar.gz PeerTube-038907bcb24d3cecd708d4b0b29292aafa107fda.tar.zst PeerTube-038907bcb24d3cecd708d4b0b29292aafa107fda.zip |
Limit search entry width
Diffstat (limited to 'client/src/app/+search')
-rw-r--r-- | client/src/app/+search/search.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+search/search.component.scss b/client/src/app/+search/search.component.scss index 39eaadb35..91c8272d7 100644 --- a/client/src/app/+search/search.component.scss +++ b/client/src/app/+search/search.component.scss | |||
@@ -50,6 +50,7 @@ | |||
50 | .entry { | 50 | .entry { |
51 | display: flex; | 51 | display: flex; |
52 | margin-bottom: 40px; | 52 | margin-bottom: 40px; |
53 | max-width: 800px; | ||
53 | } | 54 | } |
54 | 55 | ||
55 | .video-channel { | 56 | .video-channel { |