@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.15.145",
4
+ "version": "1.15.147",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -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: 1;
314
+ flex-grow: unset;
314
315
  }
315
316
  }
316
317