@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.
|
@@ -11573,7 +11573,8 @@
|
|
|
11573
11573
|
display: flex;
|
|
11574
11574
|
align-items: center;
|
|
11575
11575
|
gap: 0.25rem;
|
|
11576
|
-
flex-
|
|
11576
|
+
flex-grow: 1;
|
|
11577
|
+
justify-content: flex-end;
|
|
11577
11578
|
margin-left: auto;
|
|
11578
11579
|
}
|
|
11579
11580
|
|
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-
|
|
12968
|
+
flex-grow: 1;
|
|
12969
|
+
justify-content: flex-end;
|
|
12969
12970
|
margin-left: auto;
|
|
12970
12971
|
}
|
|
12971
12972
|
|