fix subscriptions markup (#162)

This commit is contained in:
Arkadzi Rakouski 2023-08-13 15:28:33 +03:00 committed by GitHub
parent 09717827f2
commit 8e5f34eb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,8 @@
position: relative;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
}
.selected {

View File

@ -146,7 +146,6 @@ export const Sidebar = (props: FeedSidebarProps) => {
<Show when={!authorEntities()[authorSlug]}>
<Icon name="hash" class={styles.icon} />
</Show>
{authorSlug}
{authorEntities()[authorSlug]?.name}
</div>
</a>