From 84eab2f898a6871fef94d28fbf1671ab6830860b Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 19 Sep 2024 14:55:07 +0200 Subject: [PATCH] align favorite icon * for mobile/desktop and different font-sizes --- api/js/etemplate/Et2Favorites/Et2Favorites.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/Et2Favorites/Et2Favorites.ts b/api/js/etemplate/Et2Favorites/Et2Favorites.ts index 0f4d224278..f3b9a5b3e2 100644 --- a/api/js/etemplate/Et2Favorites/Et2Favorites.ts +++ b/api/js/etemplate/Et2Favorites/Et2Favorites.ts @@ -58,7 +58,7 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea et2-image { position: absolute; - left: 12px; + left: ${egwIsMobile() ? css`-.4em` : css`.7em`}; width: ${egwIsMobile() ? css`4ex` : css`20px`}; font-size: ${egwIsMobile() ? css`4ex` : css`20px`}; top: -2px;