@appartmint/mint 2.0.0 → 2.0.1

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
@@ -642,6 +642,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
642
642
  .mint-footer.mint-hide {
643
643
  display: flex;
644
644
  transform: translateY(100%);
645
+ transition: transform 0ms;
645
646
  }
646
647
  .mint-footer * {
647
648
  max-width: 100%;
@@ -1393,6 +1394,9 @@ main > router-outlet {
1393
1394
  height: 0;
1394
1395
  overflow: hidden;
1395
1396
  }
1397
+ :root main > router-outlet + mint-partial-footer {
1398
+ margin-top: 100vh;
1399
+ }
1396
1400
 
1397
1401
  nav a {
1398
1402
  display: block;