Add mirrored source and target mailbox views
This commit is contained in:
parent
d57c9ce1bc
commit
f67bbdce78
2 changed files with 134 additions and 30 deletions
10
frontend-js/dist/style.css
vendored
10
frontend-js/dist/style.css
vendored
|
|
@ -408,6 +408,16 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.email-box-page {
|
||||
background: #fff;
|
||||
}
|
||||
.email-box-view {
|
||||
grid-template-columns: 220px 6px 340px 6px minmax(300px, 1fr);
|
||||
}
|
||||
.email-box-target-view {
|
||||
grid-template-columns: minmax(300px, 1fr) 6px minmax(340px, 1fr) 6px 260px;
|
||||
}
|
||||
.email-box-target-view .pane-tree {
|
||||
border-right: 0;
|
||||
border-left: 1px solid var(--ol-border);
|
||||
}
|
||||
.archive-page-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(520px, 1fr) minmax(360px, 460px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue