mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Improved Message Tags UX #419
This commit is contained in:
parent
2defb7ec35
commit
2fd4a47b33
2 changed files with 10 additions and 2 deletions
|
|
@ -97,8 +97,16 @@ html.rl-no-preview-pane {
|
|||
|
||||
.messageTags {
|
||||
margin-top: 6px;
|
||||
align-items: baseline;
|
||||
display: flex;
|
||||
}
|
||||
.messageTags span span {
|
||||
.messageTags > * {
|
||||
flex: 0 0 0;
|
||||
}
|
||||
.messageAssignedTags {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
.messageAssignedTags span {
|
||||
border: 1px solid #808080;
|
||||
padding: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue