From: kimsible <kimsible@users.noreply.github.com>
Date: Tue, 28 Apr 2020 21:41:05 +0000 (+0200)
Subject: Fix width content with menu from 500px to 800px
X-Git-Tag: v2.2.0-rc.1~154
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac6ac4e2147d9e84d0f1b3fb39f931e7cb454ab3;p=oweals%2Fpeertube.git

Fix width content with menu from 500px to 800px
---

diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index ff6ce394f..f76ceaca1 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -298,6 +298,12 @@ table {
   }
 }
 
+@media screen and (max-width: #{$mobile-view + $menu-width}) {
+  .main-col {
+    width: 100%;
+  }
+}
+
 @media screen and (max-width: $small-view) {
   .main-col {
     margin-left: 0;