Use <Message /> for group story replies

This commit is contained in:
Josh Perez 2022-08-04 21:29:44 -04:00 committed by GitHub
parent dca848389c
commit 5dc42122a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 169 additions and 78 deletions

View file

@ -34,7 +34,6 @@
@include color-svg('../images/icons/v2/x-24.svg', $color-gray-15);
}
right: 28px;
top: 0;
z-index: $z-index-above-above-base;
}

View file

@ -13,6 +13,7 @@
&__replies {
flex: 1;
margin: 0 -16px;
max-height: 75vh;
overflow-y: overlay;
@ -127,7 +128,7 @@
align-items: center;
display: flex;
justify-content: space-between;
padding: 12px 0;
padding: 12px 16px;
&--container {
display: flex;