chore(client): address sass deprecation warning
This commit is contained in:
parent
ba0b959ddd
commit
1879e236c4
1 changed files with 2 additions and 2 deletions
|
@ -319,6 +319,8 @@ const previewableCount = computed(
|
|||
inset-inline-start: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
inline-size: 75%;
|
||||
|
||||
&:dir(rtl) {
|
||||
inset-inline-start: auto;
|
||||
inset-inline-end: 50%;
|
||||
|
@ -332,8 +334,6 @@ const previewableCount = computed(
|
|||
inset-inline-end: 50%;
|
||||
inset-inline-start: auto;
|
||||
}
|
||||
|
||||
inline-size: 75%;
|
||||
}
|
||||
|
||||
.pwsp__alt-text {
|
||||
|
|
Loading…
Reference in a new issue