margin inlines
This commit is contained in:
parent
a53919b5f5
commit
ca679f7a39
4 changed files with 6 additions and 6 deletions
|
@ -107,7 +107,7 @@ if (props.withChart) {
|
|||
// > :global(.moderation) {
|
||||
// display: flex;
|
||||
// gap: 1rem;
|
||||
// margin-right: 1rem;
|
||||
// margin-inline-end: 1rem;
|
||||
// }
|
||||
}
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
:key="sponsor"
|
||||
style="
|
||||
margin-bottom: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
margin-inline-end: 0.5rem;
|
||||
font-size: 1.7rem;
|
||||
"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="_formRoot">
|
||||
<FormSlot>
|
||||
<VueDraggable v-model="items" animation="150" delay="50">
|
||||
<VueDraggable v-model="items" :animation="150" :delay="50">
|
||||
<div
|
||||
v-for="(element, index) in items"
|
||||
:key="index"
|
||||
|
@ -156,7 +156,7 @@ definePageMetadata({
|
|||
> .itemText {
|
||||
position: relative;
|
||||
font-size: 0.9em;
|
||||
margin-left: 1rem;
|
||||
margin-inline-start: 1rem;
|
||||
}
|
||||
|
||||
> .itemRemove {
|
||||
|
|
|
@ -352,7 +352,7 @@ function more(ev: MouseEvent) {
|
|||
}
|
||||
|
||||
> .text {
|
||||
margin-left: 1rem;
|
||||
margin-inline-start: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -410,7 +410,7 @@ function more(ev: MouseEvent) {
|
|||
> .icon {
|
||||
position: relative;
|
||||
width: 32px;
|
||||
margin-right: 8px;
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
|
||||
> .indicator {
|
||||
|
|
Loading…
Reference in a new issue