fix: minor stylings fixes

This commit is contained in:
Liyas Thomas
2021-06-26 00:19:42 +00:00
committed by GitHub
parent 1c0b5b25ed
commit 9bd86f0564
3 changed files with 37694 additions and 13 deletions

View File

@@ -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"
> >

View File

@@ -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

File diff suppressed because it is too large Load Diff