aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-24 11:57:44 +0100
committerChocobozzz <me@florianbigard.com>2023-01-24 11:57:44 +0100
commit389eb034efc099ea1cbfe5d00912bb6fe8a2d78f (patch)
treeef10d452d8b8cd071b66c160398d894a4850aad1 /client/src/app/shared/shared-main/feeds
parent2a720a0fac7236bb19c15e60e4841a1a45f5ecc8 (diff)
downloadPeerTube-389eb034efc099ea1cbfe5d00912bb6fe8a2d78f.tar.gz
PeerTube-389eb034efc099ea1cbfe5d00912bb6fe8a2d78f.tar.zst
PeerTube-389eb034efc099ea1cbfe5d00912bb6fe8a2d78f.zip
Prevent layout shift in videos list
Diffstat (limited to 'client/src/app/shared/shared-main/feeds')
-rw-r--r--client/src/app/shared/shared-main/feeds/feed.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/feeds/feed.component.html b/client/src/app/shared/shared-main/feeds/feed.component.html
index 914fe6d46..a748be873 100644
--- a/client/src/app/shared/shared-main/feeds/feed.component.html
+++ b/client/src/app/shared/shared-main/feeds/feed.component.html
@@ -1,4 +1,4 @@
1<div class="feed"> 1<div class="feed" *ngIf="syndicationItems && syndicationItems.length !== 0">
2 <my-global-icon 2 <my-global-icon
3 role="button" aria-label="Open syndication dropdown" i18n-aria-label 3 role="button" aria-label="Open syndication dropdown" i18n-aria-label
4 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom left auto" 4 *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom left auto"