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:
parent
287c7f30a2
commit
e12e62af6d
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user