]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Upgrade sequelize
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index c0b40445e703c2af45fa5c1a72d33afc2228f3fa..285339d4230612def2fbe38cd5abd06e946f7b10 100644 (file)
@@ -1,4 +1,5 @@
 @import '../../node_modules/video.js/dist/video-js.css';
+@import './video-js-custom.scss';
 
 [hidden] {
   display: none !important;
@@ -21,30 +22,15 @@ 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 {
 
   .content-padding {
     padding: 15px 30px;
 
+    @media screen and (max-width: 800px) {
+      padding: 15px 10px;
+    }
+
     @media screen and (min-width: 1400px) {
       padding: 15px 40px;
     }