mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:08:59 +00:00
FIX - reduce App Store loading icon
This commit is contained in:
@@ -1836,6 +1836,8 @@ button {
|
||||
cursor: wait;
|
||||
}
|
||||
.store-installing {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
color: #0a84ff;
|
||||
}
|
||||
.store-empty {
|
||||
|
||||
@@ -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>
|
||||
{{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user