]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/app/app.component.scss
Fix some typescript compilations issues
[github/Chocobozzz/PeerTube.git] / client / angular / app / app.component.scss
index 03ecba8f2244ee34f9707b824c47b709eb5f01be..35f0e079bc7cf7bec93c075f941122835f8607b3 100644 (file)
@@ -1,6 +1,11 @@
+header div {
+  height: 50px;
+  line-height: 25px;
+  margin-bottom: 30px;
+}
+
 menu {
-  min-height: 300px;
-  height: 100%;
+  min-height: 600px;
   margin-right: 20px;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
 
@@ -23,6 +28,6 @@ menu {
   }
 }
 
-footer {
-  margin-top: 30px;
+.panel_block:not(:last-child) {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }