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 {
|
button {
|
||||||
@include peertube-button;
|
@include peertube-button;
|
||||||
|
@include disable-outline;
|
||||||
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
@include orange-button;
|
@include orange-button;
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
(nearOfBottom)="onNearOfBottom()"
|
(nearOfBottom)="onNearOfBottom()"
|
||||||
[dataObservable]="onDataSubject.asObservable()"
|
[dataObservable]="onDataSubject.asObservable()"
|
||||||
>
|
>
|
||||||
<div #commentHighlightBlock id="highlighted-comment">
|
<div>
|
||||||
|
<div class="anchor" #commentHighlightBlock id="highlighted-comment"></div>
|
||||||
<my-video-comment
|
<my-video-comment
|
||||||
*ngIf="highlightedThread"
|
*ngIf="highlightedThread"
|
||||||
[comment]="highlightedThread"
|
[comment]="highlightedThread"
|
||||||
|
|
Loading…
Reference in a new issue