@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/dist/css/mint.css CHANGED
@@ -329,6 +329,8 @@ body.mint-fixed #mint-header {
329
329
  align-items: center;
330
330
  gap: 1rem;
331
331
  width: auto;
332
+ height: var(--mint-header-height);
333
+ padding: 0.25rem;
332
334
  text-decoration: none;
333
335
  white-space: nowrap;
334
336
  }
@@ -342,8 +344,8 @@ body.mint-fixed #mint-header {
342
344
  }
343
345
  }
344
346
  #mint-header .mint-logo img {
345
- max-height: var(--mint-header-height);
346
347
  width: auto;
348
+ height: 100%;
347
349
  }
348
350
  #mint-header [aria-controls=mint-wrapper] {
349
351
  display: inline-block;