]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Client: fixed header and menu
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index e02c2d5b0718b0a925223cc7bb06c7559595ce3f..dc4dcf28bcb2aa6eb2730afb0817361654f7420b 100644 (file)
@@ -1,32 +1,39 @@
-header div {
-  line-height: 25px;
-  margin-bottom: 30px;
-}
-
-menu {
-  min-height: 600px;
-  margin-right: 20px;
-  border-right: 1px solid rgba(0, 0, 0, 0.2);
+.title-menu-left {
+  height: calc(100vh - #{$header-height});
+  padding-right: 0;
 
-  .panel_button {
-    margin: 8px;
-    cursor: pointer;
-    transition: margin 0.2s;
+  .title-menu-left-block {
+    margin-left: -15px;
 
-    &: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);
+footer {
+  border-top: 1px solid rgba(0, 0, 0, 0.2);
+  padding: 10px;
+  text-align: center;
+  font-size: small;
+  margin: 30px 10px 0 10px;
 }