Fixes link preview UI

This commit is contained in:
Josh Perez 2023-02-01 12:19:02 -05:00 committed by GitHub
parent b062409bb3
commit 1fbc1079c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;