diff options
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r-- | web_src/less/_repository.less | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 979d2ab45b..863f2bad8e 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -2175,6 +2175,7 @@ &.dropdown .menu { right: 0 !important; left: auto !important; + min-width: 15em; > .header { margin: .75rem 0 .5rem; @@ -2183,6 +2184,7 @@ > .item { float: left; padding: .5rem .5rem !important; + font-size: 1.5em; img.emoji { margin-right: 0; @@ -2196,24 +2198,20 @@ display: flex; .ui.label { - padding: .4em; - padding-right: 1em; - padding-left: 1em; + max-height: 40px; + padding: 9px 15px 7px; border: 0; border-right: 1px solid; border-radius: 0; margin: 0; font-size: 14px; + font-weight: 100; border-color: inherit !important; &.disabled { cursor: default; opacity: .5; } - - > img { - height: 1.5em !important; - } } .ui.label.basic.blue { @@ -2221,6 +2219,10 @@ border-color: inherit !important; } + .reaction-count { + margin-left: 4px; + } + .select-reaction { float: left; padding: .4em; @@ -2229,6 +2231,9 @@ &:not(.active) a { display: none; } + > svg { + vertical-align: middle; + } } &:hover .select-reaction a { |