diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-24 11:57:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-24 11:57:44 +0100 |
commit | 389eb034efc099ea1cbfe5d00912bb6fe8a2d78f (patch) | |
tree | ef10d452d8b8cd071b66c160398d894a4850aad1 /client/src/app/shared/shared-main | |
parent | 2a720a0fac7236bb19c15e60e4841a1a45f5ecc8 (diff) | |
download | PeerTube-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')
-rw-r--r-- | client/src/app/shared/shared-main/feeds/feed.component.html | 2 |
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" |