mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
Treat favorites in mobile view
This commit is contained in:
parent
b23e10a967
commit
32741781ba
@ -55,9 +55,9 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
|
|||||||
min-width: 8ex;
|
min-width: 8ex;
|
||||||
}
|
}
|
||||||
et2-image {
|
et2-image {
|
||||||
height: 2ex;
|
height: ${egwIsMobile() ? 6 : 2}ex;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: -13px;
|
margin-top: ${egwIsMobile() ? -6 : -13}px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
et2-image[src="trash"] {
|
et2-image[src="trash"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user