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:
@ -595,7 +595,7 @@ export default {
|
|||||||
<div class="row flex-fill" style="min-height:0">
|
<div class="row flex-fill" style="min-height:0">
|
||||||
<div class="d-none d-md-block col-lg-2 col-md-3 mh-100 position-relative" style="overflow-y: auto;">
|
<div class="d-none d-md-block col-lg-2 col-md-3 mh-100 position-relative" style="overflow-y: auto;">
|
||||||
<ul class="list-unstyled mt-3 mb-5">
|
<ul class="list-unstyled mt-3 mb-5">
|
||||||
<li v-if="isConnected" title="Messages will auto-load" class="mb-3">
|
<li v-if="isConnected" title="Messages will auto-load" class="mb-3 text-muted">
|
||||||
<i class="bi bi-power text-success"></i>
|
<i class="bi bi-power text-success"></i>
|
||||||
Connected
|
Connected
|
||||||
</li>
|
</li>
|
||||||
|
@ -168,7 +168,7 @@ export default {
|
|||||||
<div class="col-md-auto text-md-end mt-md-3">
|
<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>
|
<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)">
|
<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">
|
aria-expanded="false">
|
||||||
Attachment<span v-if="allAttachments(message).length > 1">s</span>
|
Attachment<span v-if="allAttachments(message).length > 1">s</span>
|
||||||
({{ allAttachments(message).length }})
|
({{ allAttachments(message).length }})
|
||||||
|
Reference in New Issue
Block a user