From: Chocobozzz Date: Wed, 16 Mar 2016 19:45:09 +0000 (+0100) Subject: Add separations in the panel X-Git-Tag: v0.0.1-alpha~1015 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0382b70d03213f7bfa342982bbeafc8c85f1d73;p=oweals%2Fpeertube.git Add separations in the panel --- diff --git a/client/angular/app/app.component.html b/client/angular/app/app.component.html index af41f8686..25911731e 100644 --- a/client/angular/app/app.component.html +++ b/client/angular/app/app.component.html @@ -17,24 +17,28 @@
-
- - Get videos +
+
+ + Get videos +
+ +
- - -
- - Make friends -
+
+
+ + Make friends +
-
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss index 37bdade1e..14da74e0c 100644 --- a/client/stylesheets/base.scss +++ b/client/stylesheets/base.scss @@ -17,4 +17,8 @@ footer { &:hover { text-decoration: none; } } -} \ No newline at end of file +} + +.panel_block:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +}