Misc fixes

This commit is contained in:
jeffvli
2022-11-05 03:25:30 -07:00
parent c8da4f8146
commit cee6ff4df5
2 changed files with 4 additions and 4 deletions
@@ -127,6 +127,7 @@ export const LeftControls = () => {
<MetadataStack layout>
<LineItem>
<Text
link
component={Link}
overflow="hidden"
size="sm"
@@ -146,13 +147,10 @@ export const LeftControls = () => {
</Text>
)}{' '}
<Text
link
component={Link}
overflow="hidden"
size="sm"
sx={{
'&:hover': { textDecoration: 'underline' },
width: 'inherit',
}}
to={
artist.id
? generatePath(AppRoute.LIBRARY_ARTISTS_DETAIL, {
@@ -169,6 +167,7 @@ export const LeftControls = () => {
</LineItem>
<LineItem secondary>
<Text
link
component={Link}
overflow="hidden"
size="sm"
@@ -47,6 +47,7 @@ const SidebarImage = styled.img`
width: 100%;
height: 100%;
object-fit: contain;
background: var(--placeholder-bg);
`;
export const Sidebar = () => {