aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-27 11:52:14 +0200
committerChocobozzz <me@florianbigard.com>2018-08-27 11:52:14 +0200
commit0bd84f8bdebeaba9623bce0e389e56bf0906a537 (patch)
tree5c5a7ea2af8c348b095decf9f74d693adba21bde /client/src/app/shared/video/video-feed.component.html
parent52831c6fef9425b96cc3f3049fbaf2e93236344e (diff)
downloadPeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.tar.gz
PeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.tar.zst
PeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.zip
Add popover autoclose
Diffstat (limited to 'client/src/app/shared/video/video-feed.component.html')
-rw-r--r--client/src/app/shared/video/video-feed.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-feed.component.html b/client/src/app/shared/video/video-feed.component.html
index 2e687a7b9..16116ba88 100644
--- a/client/src/app/shared/video/video-feed.component.html
+++ b/client/src/app/shared/video/video-feed.component.html
@@ -1,6 +1,6 @@
1<div class="video-feed"> 1<div class="video-feed">
2 <span 2 <span
3 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" placement="bottom" 3 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom"
4 class="icon icon-syndication" role="button" 4 class="icon icon-syndication" role="button"
5 ></span> 5 ></span>
6 6