1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

UI tweaks

This commit is contained in:
Ralph Slooten
2024-06-22 12:12:18 +12:00
parent e15a8fecc5
commit 5e5b855a3d
3 changed files with 3 additions and 4 deletions

View File

@ -41,7 +41,6 @@ export default {
}
},
loadMessages: function () {
this.hideNav() // hide mobile menu
this.$emit('loadMessages')
@ -73,7 +72,7 @@ export default {
{{ mailbox.uiConfig.Label }}
</div>
<div class="list-group my-2" :class="mailbox.uiConfig.Label ? 'mt-1' : ''">
<div class="list-group my-2" :class="mailbox.uiConfig.Label ? 'mt-0' : ''">
<button @click="reloadInbox" class="list-group-item list-group-item-action active">
<i class="bi bi-envelope-fill me-1" v-if="mailbox.connected"></i>
<i class="bi bi-arrow-clockwise me-1" v-else></i>