From c41c0e28ed444fdb427f9803d2f123ba6f535fb9 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 30 Jun 2020 11:21:04 +0200 Subject: switch from softies to feathericons also organize icons in folders per origin --- client/src/app/shared/shared-main/buttons/button.component.scss | 4 ++++ .../app/shared/shared-main/users/user-notifications.component.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/shared-main') diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss index 3ccfefd7e..5b27af3f4 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss @@ -10,6 +10,10 @@ my-small-loader ::ng-deep .root { .action-button { @include peertube-button-link; @include button-with-icon(21px, 0, -2px); + + > :nth-child(2) { + margin-left: 5px; + } } .orange-button { diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.html b/client/src/app/shared/shared-main/users/user-notifications.component.html index 08771110d..d5be1470e 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.html +++ b/client/src/app/shared/shared-main/users/user-notifications.component.html @@ -43,7 +43,7 @@ - +
A new video abuse has been created on video {{ notification.videoAbuse.video.name }} @@ -81,7 +81,7 @@ - +
Your video {{ notification.video.name }} has been published -- cgit v1.2.3