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); +}