@appartmint/mint 4.2.20 → 4.2.22
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
|
@@ -729,6 +729,10 @@ body.mint-fixed #mint-header {
|
|
|
729
729
|
object-fit: cover;
|
|
730
730
|
}
|
|
731
731
|
|
|
732
|
+
:root {
|
|
733
|
+
--mint-grid-fit-w: calc(480px * 1px);
|
|
734
|
+
}
|
|
735
|
+
|
|
732
736
|
.mint-grid {
|
|
733
737
|
display: grid;
|
|
734
738
|
grid-template-columns: 1fr;
|
|
@@ -1719,6 +1723,10 @@ html.mint-modal-open {
|
|
|
1719
1723
|
transition-timing-function: ease-in-out;
|
|
1720
1724
|
}
|
|
1721
1725
|
|
|
1726
|
+
html.mint-panel-open {
|
|
1727
|
+
overflow: hidden;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1722
1730
|
.mint-panel.mint-right .mint-panel-wrapper {
|
|
1723
1731
|
top: var(--mint-header-height);
|
|
1724
1732
|
right: -100%;
|