@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.
@@ -103,6 +103,14 @@
103
103
  margin: 0;
104
104
  }
105
105
 
106
+ #{id(navbar)} {
107
+ display: flex;
108
+ flex-direction: column;
109
+ align-items: center;
110
+ flex-direction: row;
111
+ height: 100%;
112
+ }
113
+
106
114
  #{class(logo)} {
107
115
  text-decoration: none;
108
116
  width: auto;
@@ -174,6 +182,7 @@
174
182
  left: 0;
175
183
  width: 100%;
176
184
  height: calc(100vh - css-var(header-height));
185
+ height: calc(100dvh - css-var(header-height));
177
186
  z-index: -2;
178
187
  background: css-var(header-bg);
179
188
  transition-duration: css-var(delay-default);
@@ -270,11 +279,3 @@
270
279
  }
271
280
  }
272
281
  }
273
-
274
- #{id(navbar)} {
275
- display: flex;
276
- flex-direction: column;
277
- align-items: center;
278
- flex-direction: row;
279
- height: 100%;
280
- }