band-aid to prevent misclics on logout

This commit is contained in:
Henry Jameson 2022-08-12 01:22:00 +03:00
parent 8d3d8fffab
commit f54fcda887
3 changed files with 7 additions and 0 deletions

View File

@ -117,4 +117,8 @@
text-align: right;
}
}
.spacer {
width: 1em;
}
}

View File

@ -61,6 +61,7 @@
:title="$t('nav.administration')"
/>
</a>
<span class="spacer"/>
<button
v-if="currentUser"
class="button-unstyled nav-icon"

View File

@ -47,6 +47,8 @@
class="cancel-icon fa-scale-110 fa-old-padding"
/>
</button>
<span class="spacer"/>
<span class="spacer"/>
</template>
</div>
</template>