1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

UI: Minor UI tweaks

This commit is contained in:
Ralph Slooten 2022-08-07 10:11:21 +12:00
parent d4cf95363f
commit e03618570d
2 changed files with 13 additions and 8 deletions

View File

@ -311,7 +311,7 @@ export default {
</script>
<template>
<div class="navbar navbar-expand-lg navbar-light row flex-shrink-0 bg-light">
<div class="navbar navbar-expand-lg navbar-light row flex-shrink-0 bg-light shadow-sm">
<div class="col-lg-2 col-md-3 col-auto">
<a class="navbar-brand" href="#" v-on:click="reloadMessages">
<img src="mailpit.svg" alt="Mailpit">

View File

@ -1,16 +1,18 @@
// @import "../../../node_modules/bootstrap-icons"; ///scss/root";
@import "bootstrap";
[v-cloak] {
display: none !important;
}
.navbar-brand {
color: #2d4a5d;
.navbar {
z-index: 99;
img {
width: 40px;
.navbar-brand {
color: #2d4a5d;
img {
width: 40px;
}
}
}
@ -25,7 +27,6 @@
}
.message.read:not(.active) {
// background: $gray-100;
color: $gray-500;
}
@ -52,3 +53,7 @@
vertical-align: top;
}
}
.list-group-item:first-child {
border-top: 0;
}