Treat favorites in mobile view

This commit is contained in:
Hadi Nategh 2022-10-13 15:54:40 +02:00
parent b23e10a967
commit 32741781ba

View File

@ -55,9 +55,9 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
min-width: 8ex;
}
et2-image {
height: 2ex;
height: ${egwIsMobile() ? 6 : 2}ex;
padding: 0px;
margin-top: -13px;
margin-top: ${egwIsMobile() ? -6 : -13}px;
vertical-align: middle;
}
et2-image[src="trash"] {