]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Sort video captions
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 24c4f66c72803ade539d38d29f4451febb41e064..9eca313203eb4ee8c15a012eacd57c59a00f4b52 100644 (file)
@@ -9,17 +9,6 @@
   margin-top: $header-height;
 }
 
-.title-menu-left {
-  position: fixed;
-  height: calc(100vh - #{$header-height});
-  padding: 0;
-  width: $menu-width;
-
-  .title-menu-left-block.menu {
-    height: 100%;
-  }
-}
-
 .header {
   height: $header-height;
   position: fixed;
@@ -39,7 +28,7 @@
     min-width: 0;
 
     .icon {
-      @include icon(22px);
+      @include icon(24px);
 
       &.icon-menu {
         background-image: url('../assets/images/header/menu.svg');
@@ -49,7 +38,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 {