From: Rigel Kent Date: Fri, 10 Apr 2020 14:51:02 +0000 (+0200) Subject: Improve highlighted comment scrollTo, improve reply comment display X-Git-Tag: v2.2.0-rc.1~247 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7e216811574ae20a702208dc0a00158d90febdc;p=oweals%2Fpeertube.git Improve highlighted comment scrollTo, improve reply comment display --- 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()" > -
+
+