From d3bb9b9b78dbbea97293bf1b634c039052792325 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 15 Feb 2023 13:24:15 +0100 Subject: [PATCH] WIP making mail nm header more responsive --- mail/templates/default/app.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 399c770c93..85b0ef6abb 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -332,7 +332,7 @@ pre { display: none !important; } .mail-index_QuotaGreen, .mail-index_QuotaYellow, .mail-index_QuotaRed { - width:100px !important; + width: 5em !important; } .mail-index_QuotaGreen > div { background-color: green !important; @@ -1118,4 +1118,11 @@ et2-vbox.addresses::part(base) { .mailPreviewHeaders et2-lavatar { margin-top: 3px; position: absolute; +} +et2-searchbox#mail-index_nm_search { + width: 100%; + min-width: 5em; +} +.nextmatch_header_row>.filtersContainer>et2-select, .nextmatch_header_row>.filtersContainer>et2-select-cat { + width: 80px; } \ No newline at end of file