fix subscriptions markup (#162)
This commit is contained in:
parent
09717827f2
commit
8e5f34eb85
|
@ -14,6 +14,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
|
|
|
@ -146,7 +146,6 @@ export const Sidebar = (props: FeedSidebarProps) => {
|
||||||
<Show when={!authorEntities()[authorSlug]}>
|
<Show when={!authorEntities()[authorSlug]}>
|
||||||
<Icon name="hash" class={styles.icon} />
|
<Icon name="hash" class={styles.icon} />
|
||||||
</Show>
|
</Show>
|
||||||
{authorSlug}
|
|
||||||
{authorEntities()[authorSlug]?.name}
|
{authorEntities()[authorSlug]?.name}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user