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;
|
background: $color-gray-02;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
justify-content: space-between;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@include dark-theme {
|
||||||
|
background: $color-gray-80;
|
||||||
|
}
|
||||||
|
|
||||||
&__icon-container {
|
&__icon-container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue