feat: route bounded hierarchy postbox copies
This commit is contained in:
@@ -441,6 +441,31 @@
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
.postbox-routing-section {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
border-top: var(--border-line);
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.postbox-routing-heading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 18px;
|
||||
}
|
||||
|
||||
.postbox-routing-heading > div:first-child {
|
||||
display: grid;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.postbox-routing-heading span {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.postbox-form-note {
|
||||
margin: 15px 0 0;
|
||||
color: var(--muted);
|
||||
@@ -637,4 +662,9 @@
|
||||
.postbox-message-detail {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.postbox-routing-heading {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user