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