1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-24 12:05:57 +00:00

ui: Add fontawesome-free, use in status & mailbox

This commit is contained in:
James Hillyerd
2018-12-23 13:55:43 -08:00
parent 1a8b5184cd
commit 6189b56b79
7 changed files with 1493 additions and 1465 deletions

View File

@@ -332,9 +332,15 @@ li.navbar-active span,
}
.message-list-controls {
display: flex;
grid-area: ctrl;
}
.message-list-controls input[type="search"] {
flex: 1 1 auto;
padding: 2px 4px;
}
.message-list {
grid-area: list;
overflow-y: scroll;