diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-25 19:34:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-25 19:34:24 +0100 |
commit | 3d9ddc05beb35e10af9340e04fca8606dd116892 (patch) | |
tree | b6df409d74431c2172914be02d750d1658eabd5c /themes/sourcehut/assets | |
parent | d36ec520aa39eae7d481534795dec2ad478eaf4c (diff) | |
download | alps-3d9ddc05beb35e10af9340e04fca8606dd116892.tar.gz alps-3d9ddc05beb35e10af9340e04fca8606dd116892.zip |
themes/sourcehut: add search input to mailbox view
Diffstat (limited to 'themes/sourcehut/assets')
-rw-r--r-- | themes/sourcehut/assets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |