mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Mail style changes
- vertically center from/to lines in preview
This commit is contained in:
parent
53e0170dbd
commit
085643471a
@ -2813,9 +2813,10 @@ et2-button.transparent-button::part(container) {
|
||||
.nextmatch_header_row button,
|
||||
.et2_toolbar div.et2_progress,
|
||||
.nextmatch_header_row div.et2_progress {
|
||||
border-radius: 3px;
|
||||
border-radius: var(--sl-border-radius-medium, 3px);
|
||||
background-color: #fafafa;
|
||||
border: 1px solid silver;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.et2_toolbar div.et2_progress, .nextmatch_header_row div.et2_progress {
|
||||
|
@ -1074,6 +1074,10 @@ et2-select-email::part(tag__content) {
|
||||
et2-vbox.addresses::part(base) {
|
||||
gap: 0px;
|
||||
}
|
||||
|
||||
et2-vbox.addresses et2-hbox::part(base) {
|
||||
align-items: center;
|
||||
}
|
||||
.mailPreviewHeaders et2-lavatar {
|
||||
margin-top: 3px;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user