@visualizevalue/mint-app-base 0.1.100 → 0.1.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,7 +58,8 @@ article.image {
|
|
|
58
58
|
align-items: center;
|
|
59
59
|
container-type: inline-size;
|
|
60
60
|
width: 100%;
|
|
61
|
-
|
|
61
|
+
height: 100%;
|
|
62
|
+
max-height: 100cqh;
|
|
62
63
|
|
|
63
64
|
.loader {
|
|
64
65
|
position: absolute;
|
|
@@ -69,6 +70,8 @@ article.image {
|
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
img {
|
|
73
|
+
width: auto;
|
|
74
|
+
height: auto;
|
|
72
75
|
max-height: 100cqmin;
|
|
73
76
|
aspect-ratio: 1/1 auto;
|
|
74
77
|
transform: scale(1.2);
|
|
@@ -110,7 +110,6 @@ const ownedBalance = computed(() => collection.value && store.tokenBalance(colle
|
|
|
110
110
|
--padding-bottom: 0;
|
|
111
111
|
--artifact-width: 100cqw;
|
|
112
112
|
--artifact-height: 100%;
|
|
113
|
-
--dimension: min(100cqw, 100cqh);
|
|
114
113
|
|
|
115
114
|
@media (--md) {
|
|
116
115
|
--artifact-width: 50cqw;
|
|
@@ -142,6 +141,7 @@ const ownedBalance = computed(() => collection.value && store.tokenBalance(colle
|
|
|
142
141
|
display: flex;
|
|
143
142
|
justify-content: center;
|
|
144
143
|
align-items: center;
|
|
144
|
+
container-type: size;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
> menu {
|