@appartmint/mint 4.2.23 → 4.2.25
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
|
@@ -864,7 +864,7 @@ body.mint-fixed #mint-header {
|
|
|
864
864
|
}
|
|
865
865
|
.mint-grid-fit {
|
|
866
866
|
display: grid;
|
|
867
|
-
grid-template-columns: repeat(minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
|
|
867
|
+
grid-template-columns: repeat(auto-fit, minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
|
|
868
868
|
gap: var(--mint-grid-gap);
|
|
869
869
|
}
|
|
870
870
|
|
|
@@ -1780,7 +1780,6 @@ html.mint-panel-open {
|
|
|
1780
1780
|
flex-grow: 1;
|
|
1781
1781
|
height: auto;
|
|
1782
1782
|
overflow: visible;
|
|
1783
|
-
background: var(--mint-back);
|
|
1784
1783
|
}
|
|
1785
1784
|
@media (min-width: 1440px) {
|
|
1786
1785
|
.mint-panel .mint-panel-wrapper nav {
|