Link preview UI improvements

This commit is contained in:
Josh Perez
2023-02-03 17:21:07 -05:00
committed by GitHub
parent f329d9234a
commit fd6834588c
3 changed files with 17 additions and 15 deletions

View File

@@ -108,6 +108,7 @@
&--link-preview {
min-height: 110px;
max-height: 200px;
padding-top: 0;
}
}
@@ -203,7 +204,8 @@ div.CompositionInput__link-preview {
border-radius: 8px;
flex-direction: row-reverse;
justify-content: space-between;
margin-bottom: 4px;
margin: 6px;
min-height: 74px;
overflow: hidden;
@include dark-theme {
@@ -223,6 +225,10 @@ div.CompositionInput__link-preview {
padding-left: 12px;
padding-top: 8px;
}
&__no-image {
margin-right: 0;
}
}
button.CompositionInput__link-preview__close-button {