From 3d9ddc05beb35e10af9340e04fca8606dd116892 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 25 Dec 2019 19:34:24 +0100 Subject: [PATCH] themes/sourcehut: add search input to mailbox view --- themes/sourcehut/assets/style.css | 3 +++ themes/sourcehut/mailbox.html | 7 +++++++ themes/sourcehut/scss/main.scss | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/themes/sourcehut/assets/style.css b/themes/sourcehut/assets/style.css index ad19257..7dd94c8 100644 --- a/themes/sourcehut/assets/style.css +++ b/themes/sourcehut/assets/style.css @@ -5511,6 +5511,9 @@ body { .mailbox-container > .row, .message-container > .row { flex-grow: 1; } +.mailbox-container form { + padding: 10px; } + .mailboxes-column { border-right: 3px #ddd solid; padding: 0; } diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html index 01584b2..315e344 100644 --- a/themes/sourcehut/mailbox.html +++ b/themes/sourcehut/mailbox.html @@ -40,6 +40,13 @@
+ + {{if .Messages}}