mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Fixes css for link previews
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user