@3r1s_s/erisui 1.0.20 → 1.0.21
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/dist/erisui.js +4 -4
- package/dist/erisui.mjs +4 -4
- package/package.json +1 -1
package/dist/erisui.js
CHANGED
|
@@ -647,14 +647,14 @@
|
|
|
647
647
|
vertical-align: bottom;
|
|
648
648
|
position: relative;
|
|
649
649
|
cursor: pointer;
|
|
650
|
-
width:
|
|
651
|
-
height:
|
|
650
|
+
width: 20px;
|
|
651
|
+
height: 20px;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.checkbox {
|
|
655
655
|
position: relative;
|
|
656
|
-
width:
|
|
657
|
-
height:
|
|
656
|
+
width: 20px;
|
|
657
|
+
height: 20px;
|
|
658
658
|
display: flex;
|
|
659
659
|
align-items: center;
|
|
660
660
|
justify-content: center;
|
package/dist/erisui.mjs
CHANGED
|
@@ -1132,14 +1132,14 @@ class I extends HTMLElement {
|
|
|
1132
1132
|
vertical-align: bottom;
|
|
1133
1133
|
position: relative;
|
|
1134
1134
|
cursor: pointer;
|
|
1135
|
-
width:
|
|
1136
|
-
height:
|
|
1135
|
+
width: 20px;
|
|
1136
|
+
height: 20px;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
.checkbox {
|
|
1140
1140
|
position: relative;
|
|
1141
|
-
width:
|
|
1142
|
-
height:
|
|
1141
|
+
width: 20px;
|
|
1142
|
+
height: 20px;
|
|
1143
1143
|
display: flex;
|
|
1144
1144
|
align-items: center;
|
|
1145
1145
|
justify-content: center;
|