]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Add credit
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 30d1bebde72aa9bc941877e0a3295dfe26d87e27..f11552ef6d9c511388f106fc81a3aaf432cbb8d2 100644 (file)
@@ -1,23 +1,55 @@
-#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;
+
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    text-align: center;
 
-.router-outlet-container {
-  @media screen and (max-width: 400px) {
-    padding: 0 3px 0 3px;
+    a {
+      color: inherit !important;
+      display: block;
+      background: url(/client/assets/logo.png) no-repeat;
+      background-size: contain;
+      width: 180px;
+      height: 22px;
+      margin: auto;
+
+      &:hover {
+        color: inherit !important;
+        text-decoration: none !important;
+      }
+    }
   }
 }
 
-[hidden] {
-  display: none !important;
+my-search {
+  // Fix col-md-* padding
+  padding: 0;
+}
+
+footer {
+  border-top: 1px solid $footer-border-color;
+  padding: 10px 0;
+  text-align: center;
+  font-size: 11px;
+  margin-top: 30px;
 }