Fix favorite button icon size for both in regular and mobile view

This commit is contained in:
hadi 2023-12-04 10:31:05 +01:00
parent 17676a2112
commit e280f8cd2c

View File

@ -56,16 +56,9 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
}
et2-image {
${egwIsMobile() ?
css`
width: 6ex;
margin-top: 1.2ex;
` :
css`
width: 20px;
margin-top: 4px;
`
}
display: flex;
height: 100%;
width: ${egwIsMobile() ? css`4ex` : css`2ex`}
}
et2-image[src="trash"] {