Fix reactions row overflow and gap between reactions (#8813)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user