]> 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 30d1bebde72aa9bc941877e0a3295dfe26d87e27..dc4dcf28bcb2aa6eb2730afb0817361654f7420b 100644 (file)
@@ -1,23 +1,39 @@
-#peertube-title a {
-  color: inherit !important;
+.title-menu-left {
+  height: calc(100vh - #{$header-height});
+  padding-right: 0;
 
-  &:hover {
-    color: inherit !important;
-    text-decoration: none !important;
+  .title-menu-left-block {
+    margin-left: -15px;
+
+    &.menu {
+      height: 100%;
+    }
   }
-}
 
-header div {
-  line-height: 25px;
-  margin-bottom: 30px;
-}
+  #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: inherit !important;
 
-.router-outlet-container {
-  @media screen and (max-width: 400px) {
-    padding: 0 3px 0 3px;
+      &:hover {
+        color: inherit !important;
+        text-decoration: none !important;
+      }
+    }
   }
 }
 
-[hidden] {
-  display: none !important;
+footer {
+  border-top: 1px solid rgba(0, 0, 0, 0.2);
+  padding: 10px;
+  text-align: center;
+  font-size: small;
+  margin: 30px 10px 0 10px;
 }