]> 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 346460a3128ec16387c0b6f17ee4c7f7b267cd14..35f0e079bc7cf7bec93c075f941122835f8607b3 100644 (file)
@@ -5,8 +5,7 @@ header div {
 }
 
 menu {
-  min-height: 300px;
-  height: 100%;
+  min-height: 600px;
   margin-right: 20px;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
 
@@ -29,6 +28,6 @@ menu {
   }
 }
 
-footer {
-  margin-top: 30px;
+.panel_block:not(:last-child) {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }