Update multiple_reactions_engagement's alignment (#19484)
This commit is contained in:
parent
43db21508b
commit
b35dbeecb4
2 changed files with 10 additions and 12 deletions
|
|
@ -473,18 +473,18 @@
|
|||
|
||||
.multiple_reactions_engagement {
|
||||
padding: 0.5em 0;
|
||||
height: 43px;
|
||||
cursor: default;
|
||||
display: flex;
|
||||
column-gap: 2.2em;
|
||||
flex-wrap: wrap;
|
||||
|
||||
span {
|
||||
margin-right: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
svg {
|
||||
display: inline-block;
|
||||
}
|
||||
img {
|
||||
vertical-align: middle;
|
||||
&>span {
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
display: flex;
|
||||
column-gap: 0.3em;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,4 @@
|
|||
<span id="reaction_engagement_<%= reaction_type.slug %>_count"> </span>
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
<span class="placeholder" style="width: 24px; height: 24px;"> </span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue