Fix fields in composer are not equally aligned

This commit is contained in:
Hadi Nategh 2023-02-17 11:35:44 +01:00
parent fb8b1d5fdc
commit d17f7d2e55
2 changed files with 4 additions and 1 deletions

View File

@ -1131,4 +1131,7 @@ et2-split#mail-index_mailSplitter.limitted .header_count {
}
et2-split#mail-index_mailSplitter.squeezed .mail-index_quotabox{
display: none;
}
.expanderFirstRow {
position: absolute;
}

View File

@ -29,7 +29,7 @@
<row class="mailComposeHeaders" >
<et2-description value="From"></et2-description>
<et2-select id="mailaccount" onchange="app.mail.submitOnChange"></et2-select>
<et2-vbox>
<et2-vbox class="expanderFirstRow">
<et2-description id="replyto_expander" value="Reply to" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
<et2-description id="folder_expander" value="Folder" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
<et2-textbox class="mail-index_quotaDisplayNone" readonly="true" id="composeID"></et2-textbox>