Update multiple_reactions_engagement's alignment (#19484)

This commit is contained in:
Kireeti 2023-06-01 03:12:31 +05:30 committed by GitHub
parent 43db21508b
commit b35dbeecb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

View file

@ -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;
}
}

View file

@ -5,6 +5,4 @@
<span id="reaction_engagement_<%= reaction_type.slug %>_count">&nbsp;</span>
</span>
<% end %>
<span class="placeholder" style="width: 24px; height: 24px;">&nbsp;</span>
</div>