Fix reactions row overflow and gap between reactions (#8813)
This commit is contained in:
parent
3b28b1100f
commit
43f2ee4283
4 changed files with 24 additions and 23 deletions
|
@ -17,14 +17,11 @@ limitations under the License.
|
|||
.mx_ReactionsRowButton {
|
||||
display: inline-flex;
|
||||
line-height: $font-20px;
|
||||
margin-right: 6px;
|
||||
padding: 1px 6px;
|
||||
border: 1px solid $message-action-bar-border-color;
|
||||
border-radius: 10px;
|
||||
background-color: $header-panel-bg-color;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
|
||||
&:hover {
|
||||
border-color: $reaction-row-button-hover-border-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue