]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Limit search entry width
authorChocobozzz <me@florianbigard.com>
Thu, 1 Apr 2021 14:59:57 +0000 (16:59 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 1 Apr 2021 14:59:57 +0000 (16:59 +0200)
client/src/app/+search/search.component.scss

index 39eaadb35ef64bc4fe90b96f1de90e40f089fa03..91c8272d7f1b1e9a664feffc5de8790dfd9304e4 100644 (file)
@@ -50,6 +50,7 @@
 .entry {
   display: flex;
   margin-bottom: 40px;
+  max-width: 800px;
 }
 
 .video-channel {