Fixes link preview UI
This commit is contained in:
parent
b062409bb3
commit
1fbc1079c9
1 changed files with 5 additions and 0 deletions
|
@ -202,9 +202,14 @@ div.CompositionInput__link-preview {
|
|||
background: $color-gray-02;
|
||||
border-radius: 8px;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
overflow: hidden;
|
||||
|
||||
@include dark-theme {
|
||||
background: $color-gray-80;
|
||||
}
|
||||
|
||||
&__icon-container {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue