@appartmint/mint 2.7.10 → 2.8.0
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.
package/package.json
CHANGED
|
@@ -236,6 +236,8 @@ body {
|
|
|
236
236
|
align-items: center;
|
|
237
237
|
gap: 1rem;
|
|
238
238
|
width: auto;
|
|
239
|
+
height: css-var(header-height);
|
|
240
|
+
padding: 0.25rem;
|
|
239
241
|
text-decoration: none;
|
|
240
242
|
white-space: nowrap;
|
|
241
243
|
|
|
@@ -249,8 +251,8 @@ body {
|
|
|
249
251
|
}
|
|
250
252
|
|
|
251
253
|
img {
|
|
252
|
-
max-height: css-var(header-height);
|
|
253
254
|
width: auto;
|
|
255
|
+
height: 100%;
|
|
254
256
|
}
|
|
255
257
|
}
|
|
256
258
|
|