FIX - reduce App Store loading icon

This commit is contained in:
Eichenholz
2026-08-06 21:26:29 +02:00
parent b92e3fd51f
commit 2af1e0c161
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -1836,6 +1836,8 @@ button {
cursor: wait;
}
.store-installing {
width: 14px;
height: 14px;
color: #0a84ff;
}
.store-empty {
-1
View File
@@ -106,7 +106,6 @@ function handleApp(app: PhoneAppDefinition): void {
<k-preloader
v-if="appStore.installingApps[app.id]"
class="store-installing"
:size="16"
/>
<template v-else>
{{