Fixes css for link previews

This commit is contained in:
Josh Perez 2023-02-07 14:50:35 -05:00 committed by GitHub
parent e11f961d7a
commit 9a21d77637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,8 +106,6 @@
}
&--link-preview {
min-height: 110px;
max-height: 200px;
padding-top: 0;
}
}
@ -228,6 +226,7 @@ div.CompositionInput__link-preview {
&__no-image {
margin-right: 0;
min-width: 74px;
}
}
@ -249,5 +248,9 @@ button.CompositionInput__link-preview__close-button {
content: '';
height: 16px;
width: 16px;
@include dark-theme {
background-color: $color-gray-05;
}
}
}