1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-13 01:20:22 +02:00

Minor UI changes

This commit is contained in:
Ralph Slooten
2022-10-15 23:37:22 +13:00
parent e8bf803ca0
commit 53d2296ff5
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ export default {
<div class="col-md-auto text-md-end mt-md-3">
<p class="text-muted small d-none d-md-block"><small>{{ messageDate(message.Date) }}</small></p>
<div class="dropdown mt-2" v-if="allAttachments(message)">
<button class="btn btn-primary dropdown-toggle" type="button" data-bs-toggle="dropdown"
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown"
aria-expanded="false">
Attachment<span v-if="allAttachments(message).length > 1">s</span>
({{ allAttachments(message).length }})