fix(thumbnail) Fix top indicators sizes (#12539)

Fix sizes after icon update
This commit is contained in:
Robert Pintilii 2022-11-10 10:22:57 +02:00 committed by GitHub
parent 19a9b17425
commit 817d7f0c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View File

@ -36,7 +36,7 @@ const useStyles = makeStyles()(() => {
return {
pinnedIndicator: {
backgroundColor: 'rgba(0, 0, 0, .7)',
padding: '2px',
padding: '4px',
zIndex: 3,
display: 'inline-block',
borderRadius: '4px',

View File

@ -35,7 +35,7 @@ const useStyles = makeStyles()((theme: Theme) => {
return {
raisedHandIndicator: {
backgroundColor: theme.palette.warning02,
padding: '2px',
padding: '4px',
zIndex: 3,
display: 'inline-block',
borderRadius: '4px',

View File

@ -115,7 +115,12 @@ const styles = () => {
return {
triggerButton: {
padding: '3px !important',
borderRadius: '4px'
borderRadius: '4px',
'& svg': {
width: '20px',
height: '20px'
}
},
contextMenu: {

View File

@ -117,7 +117,12 @@ const styles = () => {
return {
triggerButton: {
padding: '3px !important',
borderRadius: '4px'
borderRadius: '4px',
'& svg': {
width: '20px',
height: '20px'
}
},
contextMenu: {