jodit-pro-react 5.4.30 → 5.4.32
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.
|
@@ -3852,7 +3852,9 @@ html.jodit_fullsize-box_true {
|
|
|
3852
3852
|
.jodit-ui-image-properties-form__view-box {
|
|
3853
3853
|
padding: var(--jd-padding-default);
|
|
3854
3854
|
}
|
|
3855
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view,
|
|
3855
3856
|
.jodit-ui-image-position-tab__imageView,
|
|
3857
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view,
|
|
3856
3858
|
.jodit-ui-image-properties-form__imageView {
|
|
3857
3859
|
align-items: center;
|
|
3858
3860
|
background-color: var(--jd-color-background-light-gray);
|
|
@@ -3862,12 +3864,16 @@ html.jodit_fullsize-box_true {
|
|
|
3862
3864
|
margin: 0 0 var(--jd-padding-default);
|
|
3863
3865
|
padding: 0;
|
|
3864
3866
|
}
|
|
3867
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view img,
|
|
3865
3868
|
.jodit-ui-image-position-tab__imageView img,
|
|
3869
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view img,
|
|
3866
3870
|
.jodit-ui-image-properties-form__imageView img {
|
|
3867
3871
|
max-height: 100%;
|
|
3868
3872
|
max-width: 100%;
|
|
3869
3873
|
}
|
|
3874
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group,
|
|
3870
3875
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group,
|
|
3876
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group,
|
|
3871
3877
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group {
|
|
3872
3878
|
align-items: center;
|
|
3873
3879
|
flex-direction: row;
|
|
@@ -3875,7 +3881,9 @@ html.jodit_fullsize-box_true {
|
|
|
3875
3881
|
min-width: auto;
|
|
3876
3882
|
padding: 0;
|
|
3877
3883
|
}
|
|
3884
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group a,
|
|
3878
3885
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group a,
|
|
3886
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group a,
|
|
3879
3887
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group a {
|
|
3880
3888
|
cursor: pointer;
|
|
3881
3889
|
display: inline-block;
|
|
@@ -3888,7 +3896,9 @@ html.jodit_fullsize-box_true {
|
|
|
3888
3896
|
.jodit-ui-image-properties-form__tabsBox {
|
|
3889
3897
|
padding: 0 var(--jd-padding-default);
|
|
3890
3898
|
}
|
|
3899
|
+
.jodit-dialog_theme_dark .jodit-properties_image_view,
|
|
3891
3900
|
.jodit-dialog_theme_dark .jodit-ui-image-properties-form__imageView,
|
|
3901
|
+
.jodit_theme_dark .jodit-properties_image_view,
|
|
3892
3902
|
.jodit_theme_dark .jodit-ui-image-properties-form__imageView {
|
|
3893
3903
|
background-color: var(--jd-dark-background-color);
|
|
3894
3904
|
}
|