Fix feed icon position

This commit is contained in:
Chocobozzz
2025-02-12 16:26:14 +01:00
parent 26f487e6ca
commit 8ac957a55c
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ import { AuthService, Hotkey, HotkeysService, MarkdownService, MetaService, Rest
import { Account } from '@app/shared/shared-main/account/account.model'
import { VideoChannel } from '@app/shared/shared-main/channel/video-channel.model'
import { VideoChannelService } from '@app/shared/shared-main/channel/video-channel.service'
import { PTDatePipe } from '@app/shared/shared-main/common/date.pipe'
import { HorizontalMenuComponent, HorizontalMenuEntry } from '@app/shared/shared-main/menu/horizontal-menu.component'
import { VideoService } from '@app/shared/shared-main/video/video.service'
import { BlocklistService } from '@app/shared/shared-moderation/blocklist.service'

View File

@@ -18,4 +18,5 @@
my-global-icon {
width: 100%;
height: 100%;
}