]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Client: add ability to hide left menu
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 571372c2b22ea9283520d531bd62d762c9113bf0..db23afd0d0acd6eef4f21ac08982d26f3b2a78c7 100644 (file)
@@ -21,29 +21,9 @@ input.readonly {
   color: black;
 }
 
-.header {
-  height: $header-height;
-
-  my-search {
-    position: fixed;
-    z-index: 1000;
-  }
-
-  .search-col {
-    height: 100%;
-    margin-left: -15px;
-    padding: 0;
-  }
-}
-
-.title-menu-left {
-  position: fixed;
-}
-
 .main-col {
-  padding: 0;
 
-  .main-row {
+  .content-padding {
     padding: 15px 30px;
 
     @media screen and (min-width: 1400px) {