mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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;
|
||||
}
|
||||
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"] {
|
||||
|
Loading…
Reference in New Issue
Block a user