1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 18:47:03 +00:00

ui: Convert hamburger to button

This commit is contained in:
James Hillyerd
2019-02-17 13:40:56 -08:00
parent b2255fefab
commit a467829103
4 changed files with 21 additions and 4 deletions

View File

@@ -18,6 +18,18 @@
display: flex;
}
.message-list-controls button,
.message-list-controls input[type="search"] {
border: 1px solid var(--border-color);
border-radius: 3px;
}
.message-list-controls button {
color: var(--low-color);
margin-left: 1px;
padding: 0 6px;
}
.message-list-controls input[type="search"] {
flex: 1 1 auto;
padding: 2px 4px;