1
1
mirror of https://github.com/uqbar-dao/nectar.git synced 2025-01-04 15:53:21 +03:00

app_store UI: app icon css tweak

This commit is contained in:
bitful-pannul 2024-10-28 17:53:55 +01:00
parent 7b59e50e33
commit 2dbed61cfd

View File

@ -136,6 +136,8 @@ td {
.app-icon {
width: 64px;
height: 64px;
min-width: 64px;
min-height: 64px;
object-fit: cover;
border-radius: var(--border-radius);
}
@ -348,6 +350,13 @@ td {
padding-bottom: 1rem;
}
.home-button {
min-width: 48px;
min-height: 48px;
width: 48px;
height: 48px;
}
.app-screenshot {
max-width: 200px;
height: auto;