mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 09:13:24 +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>
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user