]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Client: try to improve ux for the upload form
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index 1d42f2a04c762c75c223aaab821b6f40bde12a5e..30d1bebde72aa9bc941877e0a3295dfe26d87e27 100644 (file)
@@ -1,40 +1,15 @@
-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);
-
-  .panel-button {
-    margin: 8px;
-    cursor: pointer;
-    transition: margin 0.2s;
+#peertube-title a {
+  color: inherit !important;
 
-    &:hover {
-      margin-left: 15px;
-    }
-
-    a {
-      color: #333333;
-    }
-  }
-
-  .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);
+header div {
+  line-height: 25px;
+  margin-bottom: 30px;
 }
 
 .router-outlet-container {
@@ -42,3 +17,7 @@ menu {
     padding: 0 3px 0 3px;
   }
 }
+
+[hidden] {
+  display: none !important;
+}