@appartmint/mint 0.12.8 → 0.12.9
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
|
@@ -625,6 +625,13 @@ app-footer::before {
|
|
|
625
625
|
white-space: nowrap;
|
|
626
626
|
margin: 0;
|
|
627
627
|
}
|
|
628
|
+
#mint-header #mint-navbar {
|
|
629
|
+
display: flex;
|
|
630
|
+
flex-direction: column;
|
|
631
|
+
align-items: center;
|
|
632
|
+
flex-direction: row;
|
|
633
|
+
height: 100%;
|
|
634
|
+
}
|
|
628
635
|
#mint-header .mint-logo {
|
|
629
636
|
text-decoration: none;
|
|
630
637
|
width: auto;
|
|
@@ -682,6 +689,7 @@ app-footer::before {
|
|
|
682
689
|
left: 0;
|
|
683
690
|
width: 100%;
|
|
684
691
|
height: calc(100vh - var(--mint-header-height));
|
|
692
|
+
height: calc(100dvh - var(--mint-header-height));
|
|
685
693
|
z-index: -2;
|
|
686
694
|
background: var(--mint-header-bg);
|
|
687
695
|
transition-duration: var(--mint-delay-default);
|
|
@@ -765,14 +773,6 @@ app-footer::before {
|
|
|
765
773
|
margin: 0;
|
|
766
774
|
}
|
|
767
775
|
|
|
768
|
-
#mint-navbar {
|
|
769
|
-
display: flex;
|
|
770
|
-
flex-direction: column;
|
|
771
|
-
align-items: center;
|
|
772
|
-
flex-direction: row;
|
|
773
|
-
height: 100%;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
776
|
.mint-image.mint-error::after {
|
|
777
777
|
content: "❌ Image failed to load. This is a placeholder.";
|
|
778
778
|
position: absolute;
|