Refactor #6690 - Form Image
parent
d00f55c43c
commit
678eb754cf
|
@ -15,8 +15,8 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-image-preview-mask {
|
.p-image-preview-mask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
inset-inline-start: 0;
|
||||||
top: 0;
|
inset-block-start: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -46,10 +46,10 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-image-toolbar {
|
.p-image-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: ${dt('image.toolbar.position.top')};
|
inset-block-start: ${dt('image.toolbar.position.top')};
|
||||||
right: ${dt('image.toolbar.position.right')};
|
inset-inline-end: ${dt('image.toolbar.position.right')};
|
||||||
left: ${dt('image.toolbar.position.left')};
|
inset-inline-start: ${dt('image.toolbar.position.left')};
|
||||||
bottom: ${dt('image.toolbar.position.bottom')};
|
inset-block-end: ${dt('image.toolbar.position.bottom')};
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: ${dt('image.toolbar.padding')};
|
padding: ${dt('image.toolbar.padding')};
|
||||||
|
|
Loading…
Reference in New Issue