fix(widgets): app icon not visible (#2390)

This commit is contained in:
Meier Lukas
2025-02-21 16:57:19 +01:00
committed by GitHub
parent 1cf36ed4c7
commit a54e0783e2

View File

@@ -2,7 +2,7 @@
max-height: 100%;
max-width: 100%;
overflow: auto;
flex: 1;
flex: 1 !important;
object-fit: contain;
scale: 0.8;
transition: scale 0.2s ease-in-out;