fix: minor stylings fixes
This commit is contained in:
parent
1c0b5b25ed
commit
9bd86f0564
3 changed files with 37694 additions and 13 deletions
|
|
@ -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
Loading…
Reference in a new issue