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>
{{
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sky Phone</title>
<script type="module" crossorigin src="./assets/sky-index-BrXTyVwO.js"></script>
<link rel="stylesheet" crossorigin href="./assets/sky-index-BmXo2WLq.css">
<script type="module" crossorigin src="./assets/sky-index-CWvhdOMN.js"></script>
<link rel="stylesheet" crossorigin href="./assets/sky-index-SEnOuL9U.css">
</head>
<body>
<div id="app"></div>