Reactions: Align rows (#4065)
This commit is contained in:
parent
1c4373a652
commit
4aa2904351
@ -3,7 +3,8 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 0.25rem;
|
gap: 0.25rem;
|
||||||
|
margin-top: 0.375rem;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
max-width: calc(var(--max-width) + 2.25rem);
|
max-width: calc(var(--max-width) + 2.25rem);
|
||||||
|
|
||||||
@ -24,7 +25,6 @@
|
|||||||
height: 1.875rem;
|
height: 1.875rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0.125rem;
|
|
||||||
padding: 0 0.375rem 0 0.25rem;
|
padding: 0 0.375rem 0 0.25rem;
|
||||||
background-color: var(--reaction-background) !important;
|
background-color: var(--reaction-background) !important;
|
||||||
border-radius: 1.75rem;
|
border-radius: 1.75rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user