mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Fix favorite button icon size for both in regular and mobile view
This commit is contained in:
parent
17676a2112
commit
e280f8cd2c
@ -56,16 +56,9 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
|
|||||||
}
|
}
|
||||||
|
|
||||||
et2-image {
|
et2-image {
|
||||||
${egwIsMobile() ?
|
display: flex;
|
||||||
css`
|
height: 100%;
|
||||||
width: 6ex;
|
width: ${egwIsMobile() ? css`4ex` : css`2ex`}
|
||||||
margin-top: 1.2ex;
|
|
||||||
` :
|
|
||||||
css`
|
|
||||||
width: 20px;
|
|
||||||
margin-top: 4px;
|
|
||||||
`
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
et2-image[src="trash"] {
|
et2-image[src="trash"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user