|
30 | 30 | </DropdownMenu> |
31 | 31 | </Dropdown> |
32 | 32 |
|
33 | | - <div class="text-2xs flex pt-px text-gray-600 ltr:mr-4 rtl:ml-4" v-if="readOnly"> |
34 | | - <svg-icon name="light/lock" class="-mt-1 w-4 ltr:mr-1 rtl:ml-1" /> {{ __('Read Only') }} |
| 33 | + <div class="text-2xs flex pt-px text-gray-600 me-4" v-if="readOnly"> |
| 34 | + <svg-icon name="light/lock" class="-mt-1 w-4 me-1" /> {{ __('Read Only') }} |
35 | 35 | </div> |
36 | 36 |
|
37 | 37 | <div class="hidden items-center gap-3 md:flex"> |
|
215 | 215 | <loading-graphic |
216 | 216 | :size="14" |
217 | 217 | text="" |
218 | | - class="ltr:ml-2 rtl:mr-2" |
| 218 | + class="ms-2" |
219 | 219 | v-if="localizing && localizing.handle === option.handle" |
220 | 220 | /> |
221 | 221 | </div> |
|
244 | 244 | <template v-slot:buttons> |
245 | 245 | <button |
246 | 246 | v-if="!readOnly" |
247 | | - class="ltr:ml-4 rtl:mr-4" |
| 247 | + class="ms-4" |
248 | 248 | :class="{ |
249 | 249 | btn: revisionsEnabled, |
250 | 250 | 'btn-primary': isCreating || !revisionsEnabled, |
|
256 | 256 |
|
257 | 257 | <button |
258 | 258 | v-if="revisionsEnabled && !isCreating" |
259 | | - class="btn-primary flex items-center ltr:ml-4 rtl:mr-4" |
| 259 | + class="btn-primary flex items-center ms-4" |
260 | 260 | :disabled="!canPublish" |
261 | 261 | @click="confirmingPublish = true" |
262 | 262 | > |
263 | 263 | <span v-text="publishButtonText" /> |
264 | | - <svg-icon name="micro/chevron-down-xs" class="w-2 ltr:ml-2 rtl:mr-2" /> |
| 264 | + <svg-icon name="micro/chevron-down-xs" class="w-2 ms-2" /> |
265 | 265 | </button> |
266 | 266 | </template> |
267 | 267 | </live-preview> |
|
273 | 273 | class="btn-lg" |
274 | 274 | :class="{ |
275 | 275 | 'btn-primary w-full': !revisionsEnabled, |
276 | | - 'btn w-1/2 ltr:mr-4 rtl:ml-4': revisionsEnabled, |
| 276 | + 'btn w-1/2 me-4': revisionsEnabled, |
277 | 277 | }" |
278 | 278 | :disabled="!canSave" |
279 | 279 | @click.prevent="save" |
|
282 | 282 |
|
283 | 283 | <button |
284 | 284 | v-if="revisionsEnabled" |
285 | | - class="btn btn-lg btn-primary flex w-1/2 items-center justify-center ltr:ml-2 rtl:mr-2" |
| 285 | + class="btn btn-lg btn-primary flex w-1/2 items-center justify-center ms-2" |
286 | 286 | :disabled="!canPublish" |
287 | 287 | @click="confirmingPublish = true" |
288 | 288 | > |
289 | 289 | <span v-text="publishButtonText" /> |
290 | | - <svg-icon name="micro/chevron-down-xs" class="w-2 ltr:ml-2 rtl:mr-2" /> |
| 290 | + <svg-icon name="micro/chevron-down-xs" class="w-2 ms-2" /> |
291 | 291 | </button> |
292 | 292 | </div> |
293 | 293 |
|
|
0 commit comments