diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-27 11:52:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 11:52:14 +0200 |
commit | 0bd84f8bdebeaba9623bce0e389e56bf0906a537 (patch) | |
tree | 5c5a7ea2af8c348b095decf9f74d693adba21bde /client/src/app/shared/video | |
parent | 52831c6fef9425b96cc3f3049fbaf2e93236344e (diff) | |
download | PeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.tar.gz PeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.tar.zst PeerTube-0bd84f8bdebeaba9623bce0e389e56bf0906a537.zip |
Add popover autoclose
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-feed.component.html | 2 |
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 | ||