mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 09:13:24 +00:00
ENH - refine App Store experience
This commit is contained in:
@@ -132,7 +132,10 @@ function updateActivePreview(): void {
|
||||
<button
|
||||
type="button"
|
||||
class="store-detail__action"
|
||||
:class="{ 'store-detail__action--icon': action !== 'open' }"
|
||||
:class="{
|
||||
'store-detail__action--icon': action === 'installing',
|
||||
'store-detail__action--get': action === 'get',
|
||||
}"
|
||||
:disabled="action === 'installing'"
|
||||
@click="emit('action')"
|
||||
>
|
||||
@@ -389,6 +392,14 @@ function updateActivePreview(): void {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.store-detail__hero .store-detail__action--get {
|
||||
min-width: 54px;
|
||||
min-height: 30px;
|
||||
height: 30px;
|
||||
padding: 0 10px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.store-detail__facts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user