@jx3box/jx3box-common-ui 9.3.4 → 9.3.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.3.4",
3
+ "version": "9.3.6",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -70,4 +70,4 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/JX3BOX/jx3box-common-ui.git"
72
72
  }
73
- }
73
+ }
@@ -626,7 +626,7 @@ export default {
626
626
  </script>
627
627
 
628
628
  <style lang="less">
629
- @bgColor: #282828;
629
+ @bgColor: #24292E;
630
630
  @color: #FEDAA3;
631
631
  @color2: #24292E;
632
632
 
@@ -71,6 +71,7 @@ export default {
71
71
  .c-author-medals {
72
72
  .u-medals {
73
73
  display: flex;
74
+ flex-wrap: wrap;
74
75
  }
75
76
  .u-medal {
76
77
  cursor: pointer;