revdev-components 0.205.0 → 0.207.0
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/build/styles.css +2 -3
- package/package.json +1 -1
package/build/styles.css
CHANGED
|
@@ -672,14 +672,13 @@ body {
|
|
|
672
672
|
.index-module_root__W7fFh {
|
|
673
673
|
display: flex;
|
|
674
674
|
flex-flow: row nowrap;
|
|
675
|
-
|
|
675
|
+
place-items: flex-start flex-start;
|
|
676
|
+
gap: 0.3em;
|
|
676
677
|
color: var(--levelBadgeColor);
|
|
677
678
|
}
|
|
678
679
|
|
|
679
680
|
.index-module_bar__V-ymE {
|
|
680
681
|
display: flex;
|
|
681
|
-
justify-content: center;
|
|
682
|
-
align-items: center;
|
|
683
682
|
height: 1em;
|
|
684
683
|
width: 1.2em;
|
|
685
684
|
position: relative;
|