fix: minor stylings fixes
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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
|
||||
v-tooltip="$t('replace_current')"
|
||||
class="icon button"
|
||||
@@ -159,7 +159,7 @@
|
||||
<span></span>
|
||||
<span>
|
||||
<button
|
||||
class="m-2 icon primary"
|
||||
class="m-2 icon button primary"
|
||||
:disabled="mySelectedCollectionID == undefined"
|
||||
@click="importFromMyCollections"
|
||||
>
|
||||
|
||||
@@ -400,10 +400,10 @@ export default {
|
||||
})
|
||||
}
|
||||
this.hideModal()
|
||||
this.newMembers = []
|
||||
},
|
||||
hideModal() {
|
||||
this.rename = null
|
||||
this.newMembers = []
|
||||
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