Reactions: Align rows (#4065)

This commit is contained in:
Alexander Zinchuk 2023-12-05 15:36:41 +01:00
parent 1c4373a652
commit 4aa2904351

View File

@ -3,7 +3,8 @@
flex-direction: row;
width: 100%;
flex-wrap: wrap;
margin-top: 0.25rem;
gap: 0.25rem;
margin-top: 0.375rem;
overflow: visible;
max-width: calc(var(--max-width) + 2.25rem);
@ -24,7 +25,6 @@
height: 1.875rem;
white-space: nowrap;
width: auto;
margin: 0.125rem;
padding: 0 0.375rem 0 0.25rem;
background-color: var(--reaction-background) !important;
border-radius: 1.75rem;