]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Client: beautiful watch page
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 1d42f2a04c762c75c223aaab821b6f40bde12a5e..2d0487cd8d2d918ce1d8aa9860cd9c7aca48ca55 100644 (file)
@@ -1,44 +1,44 @@
-header div {
-  line-height: 25px;
-  margin-bottom: 30px;
-}
-
-menu {
-  @media screen and (max-width: 600px) {
-    margin-right: 3px !important;
-    padding: 3px !important;
-    min-height: 400px !important;
-  }
+.title-menu-left {
+  height: calc(100vh - #{$header-height});
+  padding-right: 0;
 
-  min-height: 600px;
-  margin-right: 20px;
-  border-right: 1px solid rgba(0, 0, 0, 0.2);
+  .title-menu-left-block {
+    margin-left: -15px;
 
-  .panel-button {
-    margin: 8px;
-    cursor: pointer;
-    transition: margin 0.2s;
-
-    &:hover {
-      margin-left: 15px;
+    &.menu {
+      height: 100%;
     }
+  }
+
+  #peertube-title {
+    background-color: #fff;
+    border-right: 1px solid $header-border-color;
+    font-size: 25px;
+    line-height: $header-height;
+    text-align: center;
+    margin-top: 0;
+    margin-bottom: 0;
 
     a {
-      color: #333333;
-    }
-  }
+      color: inherit !important;
 
-  .glyphicon {
-    margin: 5px;
+      &:hover {
+        color: inherit !important;
+        text-decoration: none !important;
+      }
+    }
   }
 }
 
-.panel-block:not(:last-child) {
-  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+my-search {
+  // Fix col-md-* padding
+  padding: 0;
 }
 
-.router-outlet-container {
-  @media screen and (max-width: 400px) {
-    padding: 0 3px 0 3px;
-  }
+footer {
+  border-top: 1px solid $footer-border-color;
+  padding: 10px 0;
+  text-align: center;
+  font-size: 11px;
+  margin-top: 30px;
 }