Browse Source

[UI] Adjust CSS details for adding emoticons (#11435)

* Adjust CSS details for added emoticons

* fix lint

* avoid git conflict
tags/v1.21.12.1
L0veSunshine GitHub 5 years ago
parent
commit
9cc9e47158
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      web_src/less/_repository.less

+ 3
- 1
web_src/less/_repository.less View File

@@ -2179,6 +2179,8 @@
float: left;
padding: .5rem .5rem !important;
font-size: 1.5em;
width: 45px;
left: 13px;

img.emoji {
margin-right: 0;
@@ -2219,7 +2221,7 @@

.select-reaction {
float: left;
padding: .4em;
padding: .6em;
line-height: 21px;

&:not(.active) a {


Loading…
Cancel
Save