Reduce size of conversation recipients in conversation form
Fixes #7321.
This commit is contained in:
parent
6f3c61d8f2
commit
13a44be306
1 changed files with 6 additions and 8 deletions
|
|
@ -197,16 +197,14 @@
|
|||
}
|
||||
|
||||
.recipients-tag-list {
|
||||
margin: 0 -2px $form-group-margin-bottom;
|
||||
|
||||
.conversation-recipient-tag {
|
||||
background-color: $brand-primary;
|
||||
border-radius: $btn-border-radius-base;
|
||||
display: inline-flex;
|
||||
margin: 0 2px $form-group-margin-bottom;
|
||||
padding: 8px;
|
||||
|
||||
&:first-child { margin-left: 0; }
|
||||
|
||||
&:last-child { margin-right: 0; }
|
||||
margin: 0 2px;
|
||||
padding: $btn-border-radius-base;
|
||||
|
||||
div {
|
||||
align-self: center;
|
||||
|
|
@ -215,9 +213,9 @@
|
|||
}
|
||||
|
||||
.avatar {
|
||||
height: 40px;
|
||||
height: 35px;
|
||||
margin-right: 8px;
|
||||
width: 40px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.name-and-handle {
|
||||
|
|
|
|||
Loading…
Reference in a new issue