]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Client: fix login state when logout
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 1a9a196ffa22c89e99057891b3de397a323f81c7..1b02b2f5744965ba094f4cf0cfa55b46b789d752 100644 (file)
@@ -1,9 +1,24 @@
+#peertube-title a {
+  color: inherit !important;
+
+  &:hover {
+    color: inherit !important;
+    text-decoration: none !important;
+  }
+}
+
 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;
+  }
+
   min-height: 600px;
   margin-right: 20px;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
@@ -30,3 +45,9 @@ menu {
 .panel-block:not(:last-child) {
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }
+
+.router-outlet-container {
+  @media screen and (max-width: 400px) {
+    padding: 0 3px 0 3px;
+  }
+}