]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Fix contributing guide concerning unit tests
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 24c4f66c72803ade539d38d29f4451febb41e064..8e88bceff3da58e75affa2ebe92b039ee21f8934 100644 (file)
@@ -49,7 +49,6 @@
 
     #peertube-title {
       @include disable-default-a-behaviour;
-      width: 100%;
       font-size: 20px;
       font-weight: $font-bold;
       color: inherit !important;
         display: none;
       }
     }
+
+    @media screen and (max-width: 350px) {
+      flex: auto;
+    }
   }
 
   .header-right {