@bagelink/vue 1.15.145 → 1.15.147
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/package.json
CHANGED
|
@@ -288,6 +288,7 @@ flex-wrap: wrap;
|
|
|
288
288
|
@media screen and (max-width: 910px) {
|
|
289
289
|
.app-header {
|
|
290
290
|
row-gap: 0.25rem;
|
|
291
|
+
justify-content: space-between;
|
|
291
292
|
}
|
|
292
293
|
}
|
|
293
294
|
|
|
@@ -310,7 +311,7 @@ row-gap: 0.5rem;
|
|
|
310
311
|
@media screen and (max-width: 910px) {
|
|
311
312
|
.app-header-side {
|
|
312
313
|
row-gap: 0.25rem;
|
|
313
|
-
flex-grow:
|
|
314
|
+
flex-grow: unset;
|
|
314
315
|
}
|
|
315
316
|
}
|
|
316
317
|
|