WIP making mail nm header more responsive

This commit is contained in:
Hadi Nategh 2023-02-15 15:06:48 +01:00
parent a769cdad34
commit a139d1e7d2
2 changed files with 7 additions and 1 deletions

View File

@ -1125,4 +1125,10 @@ et2-searchbox#mail-index_nm_search {
}
.nextmatch_header_row>.filtersContainer>et2-select, .nextmatch_header_row>.filtersContainer>et2-select-cat {
width: 80px;
}
et2-split#mail-index_mailSplitter.limitted .header_count {
display: none;
}
et2-split#mail-index_mailSplitter.squeezed .mail-index_quotabox{
display: none;
}

View File

@ -2,7 +2,7 @@
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
<overlay>
<template id="mail.index.splitter" height="100%" template="" lang="" group="0" version="1.9.001">
<et2-split id="mailSplitter" style="--min: 30%;--max:70%;" vertical="false" primary="start">
<et2-split id="mailSplitter" style="--min: 30%;--max:70%;" vertical="false" primary="start" >
<nextmatch id="nm" onselect="app.mail.mail_preview" class="" template="mail.index.rows.vertical" header_left="mail.index.add" header_right="mail.index.header_right" disable_selection_advance="true"/>
<template id="mail.index.preview"/>
</et2-split>