Improve highlighted comment scrollTo, improve reply comment display
This commit is contained in:
parent
670e955c22
commit
b7e2168115
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
(nearOfBottom)="onNearOfBottom()"
|
||||
[dataObservable]="onDataSubject.asObservable()"
|
||||
>
|
||||
<div #commentHighlightBlock id="highlighted-comment">
|
||||
<div>
|
||||
<div class="anchor" #commentHighlightBlock id="highlighted-comment"></div>
|
||||
<my-video-comment
|
||||
*ngIf="highlightedThread"
|
||||
[comment]="highlightedThread"
|
||||
|
|
Loading…
Reference in a new issue