From b7e216811574ae20a702208dc0a00158d90febdc Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 10 Apr 2020 16:51:02 +0200 Subject: [PATCH] Improve highlighted comment scrollTo, improve reply comment display --- .../+video-watch/comment/video-comment-add.component.scss | 6 ++++++ .../+video-watch/comment/video-comments.component.html | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss index b9e864491..b3725ab94 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss @@ -36,6 +36,12 @@ form { button { @include peertube-button; + @include disable-outline; + @include disable-default-a-behaviour; + + &:not(:last-child) { + margin-right: .5rem; + } &:last-child { @include orange-button; diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index 2ab2d4689..a21042f09 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -38,7 +38,8 @@ (nearOfBottom)="onNearOfBottom()" [dataObservable]="onDataSubject.asObservable()" > -
+
+