mirror of
https://github.com/axllent/mailpit.git
synced 2025-08-13 20:04:49 +02:00
UI: Minor UI color change & unread count position adjustment
This commit is contained in:
@@ -533,7 +533,7 @@ export default {
|
|||||||
<i class="bi bi-envelope me-1" v-if="isConnected"></i>
|
<i class="bi bi-envelope me-1" v-if="isConnected"></i>
|
||||||
<i class="bi bi-arrow-clockwise me-1" v-else></i>
|
<i class="bi bi-arrow-clockwise me-1" v-else></i>
|
||||||
Inbox
|
Inbox
|
||||||
<span style="margin-top: -5px; margin-left: 5px;" class="position-absolute badge rounded-pill text-bg-secondary" title="Unread messages" v-if="unread">
|
<span class="badge rounded-pill text-bg-primary ms-1" title="Unread messages" v-if="unread">
|
||||||
{{ formatNumber(unread) }}
|
{{ formatNumber(unread) }}
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
@@ -1 +1,2 @@
|
|||||||
$link-decoration: none;
|
$link-decoration: none;
|
||||||
|
$primary: #3465b5;
|
||||||
|
Reference in New Issue
Block a user