Use <Message /> for group story replies
This commit is contained in:
parent
dca848389c
commit
5dc42122a8
8 changed files with 169 additions and 78 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue