mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Link preview UI improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user