@bagelink/vue 1.15.143 → 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
|
|
|
@@ -325,7 +326,8 @@ flex-grow: 1;
|
|
|
325
326
|
the row and it wraps), rather than the header force-stacking every left side. */
|
|
326
327
|
.endNavTools {
|
|
327
328
|
margin-inline-start: auto;
|
|
328
|
-
justify-content: flex-end;
|
|
329
|
+
/* justify-content: flex-end; */
|
|
330
|
+
width: auto;
|
|
329
331
|
}
|
|
330
332
|
/* Mobile: don't push the trailing side to the far edge — let it sit right after the
|
|
331
333
|
leading side (no auto margin, start-aligned) so the header reads as one compact
|
|
@@ -333,7 +335,7 @@ justify-content: flex-end;
|
|
|
333
335
|
@media screen and (max-width: 910px) {
|
|
334
336
|
.endNavTools {
|
|
335
337
|
margin-inline-start: 0;
|
|
336
|
-
justify-content: flex-start;
|
|
338
|
+
/* justify-content: flex-start; */
|
|
337
339
|
}
|
|
338
340
|
}
|
|
339
341
|
|
|
@@ -444,7 +446,7 @@ padding-top: 0;
|
|
|
444
446
|
.pageContent--fill {
|
|
445
447
|
display: flex;
|
|
446
448
|
flex-direction: column;
|
|
447
|
-
overflow: hidden;
|
|
449
|
+
/* overflow: hidden; */
|
|
448
450
|
}
|
|
449
451
|
.pageContent--fill > * {
|
|
450
452
|
flex: 1 1 auto;
|