fix: minor stylings fixes
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div slot="body" class="flex flex-col">
|
<div slot="body" class="flex flex-col">
|
||||||
<div v-if="mode == 'import_export'" class="flex flex-col items-start p-2">
|
<div v-if="mode == 'import_export'" class="flex flex-col p-2 items-start">
|
||||||
<button
|
<button
|
||||||
v-tooltip="$t('replace_current')"
|
v-tooltip="$t('replace_current')"
|
||||||
class="icon button"
|
class="icon button"
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
<span></span>
|
<span></span>
|
||||||
<span>
|
<span>
|
||||||
<button
|
<button
|
||||||
class="m-2 icon primary"
|
class="m-2 icon button primary"
|
||||||
:disabled="mySelectedCollectionID == undefined"
|
:disabled="mySelectedCollectionID == undefined"
|
||||||
@click="importFromMyCollections"
|
@click="importFromMyCollections"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -400,10 +400,10 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.hideModal()
|
this.hideModal()
|
||||||
this.newMembers = []
|
|
||||||
},
|
},
|
||||||
hideModal() {
|
hideModal() {
|
||||||
this.rename = null
|
this.rename = null
|
||||||
|
this.newMembers = []
|
||||||
this.$emit("hide-modal")
|
this.$emit("hide-modal")
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
37701
package-lock.json
generated
37701
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user