@duskmoon-dev/core 1.12.0 → 1.12.1

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.
@@ -244,7 +244,8 @@
244
244
  display: flex;
245
245
  align-items: center;
246
246
  gap: 0.25rem;
247
- flex-shrink: 0;
247
+ flex-grow: 1;
248
+ justify-content: flex-end;
248
249
  margin-left: auto;
249
250
  }
250
251
 
@@ -11573,7 +11573,8 @@
11573
11573
  display: flex;
11574
11574
  align-items: center;
11575
11575
  gap: 0.25rem;
11576
- flex-shrink: 0;
11576
+ flex-grow: 1;
11577
+ justify-content: flex-end;
11577
11578
  margin-left: auto;
11578
11579
  }
11579
11580
 
@@ -245,7 +245,8 @@ export const css = `/**
245
245
  display: flex;
246
246
  align-items: center;
247
247
  gap: 0.25rem;
248
- flex-shrink: 0;
248
+ flex-grow: 1;
249
+ justify-content: flex-end;
249
250
  margin-left: auto;
250
251
  }
251
252
 
package/dist/index.css CHANGED
@@ -12965,7 +12965,8 @@ html {
12965
12965
  display: flex;
12966
12966
  align-items: center;
12967
12967
  gap: 0.25rem;
12968
- flex-shrink: 0;
12968
+ flex-grow: 1;
12969
+ justify-content: flex-end;
12969
12970
  margin-left: auto;
12970
12971
  }
12971
12972