@intellias/menu 2.5.19 → 2.5.20
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/css/main.css +2 -1
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -670,6 +670,7 @@
|
|
|
670
670
|
.image-wrapper.sm[data-v-7393283b] {
|
|
671
671
|
width: 35px;
|
|
672
672
|
height: 35px;
|
|
673
|
+
min-width: 35px;
|
|
673
674
|
}
|
|
674
675
|
.image-wrapper.sm .user-image[data-v-7393283b] {
|
|
675
676
|
border: 1px solid #cbd5e1;
|
|
@@ -684,7 +685,7 @@
|
|
|
684
685
|
}
|
|
685
686
|
.image-wrapper.sm .ip_tag[data-v-7393283b] {
|
|
686
687
|
background-size: 46px;
|
|
687
|
-
right:
|
|
688
|
+
right: -4px;
|
|
688
689
|
bottom: -4px;
|
|
689
690
|
}
|
|
690
691
|
.image-wrapper.md[data-v-7393283b] {
|