3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

fix edit icons hover

This commit is contained in:
PhilReact 2023-12-16 15:53:48 +02:00
parent 287c7f30a2
commit e12e62af6d
2 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export default function ListSuperLikes({ superlikes }) {
fontSize: '15px'
}}>
<Typography
sx={{ display: "inline" }}
sx={{ display: "inline", wordBreak: "break-word", fontSize: '16px'}}
component="span"
variant="body2"
color="text.primary"

View File

@ -40,6 +40,7 @@ export const VideoCardContainer = styled('div')(({ theme }) => ({
}));
export const VideoCardCol = styled('div')({
position: 'relative',
minWidth: '250px', // Minimum width of each item
maxWidth: '1fr', // Maximum width, allowing the item to fill the column
// ... other styles