]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/screen.service.ts
Fix watch page responsive
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / screen.service.ts
index 2e01839b2c28c9dd6646c5d1cedaf2fd16fab642..1cbc96b14b857468746111fb7c96f5717f91ed4f 100644 (file)
@@ -11,7 +11,7 @@ export class ScreenService {
   }
 
   isInSmallView () {
-    return this.getWindowInnerWidth() < 600
+    return this.getWindowInnerWidth() < 800
   }
 
   isInMobileView () {