]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/feeds/feed.component.html
Replace all glyphicon icons
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.html
index ac0b1f454aaaf16eb0dca18c7454567b363eb440..914fe6d46e5ec11e9e6863bf30b476e37db767c2 100644 (file)
@@ -1,11 +1,8 @@
-<div class="video-feed"
-  [ngbTooltip]="'Feeds available'"
-  placement="right auto"
-  container="body"
->
+<div class="feed">
   <my-global-icon
-    *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom"
-    class="icon-syndication" role="button" iconName="syndication"
+    role="button" aria-label="Open syndication dropdown" i18n-aria-label
+    *ngIf="syndicationItems.length !== 0" [ngbPopover]="feedsList" [autoClose]="true" placement="bottom left auto"
+    class="icon-syndication" iconName="syndication"
   >
   </my-global-icon>