]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix width content with menu from 500px to 800px
authorkimsible <kimsible@users.noreply.github.com>
Tue, 28 Apr 2020 21:41:05 +0000 (23:41 +0200)
committerRigel Kent <par@rigelk.eu>
Thu, 30 Apr 2020 15:23:20 +0000 (17:23 +0200)
client/src/sass/application.scss

index ff6ce394fedeee48063317e8e6821f3c32858877..f76ceaca1432239e297358d1377c25e5e78664ed 100644 (file)
@@ -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;