Fixes css for link previews
This commit is contained in:
parent
e11f961d7a
commit
9a21d77637
1 changed files with 5 additions and 2 deletions
|
@ -106,8 +106,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--link-preview {
|
&--link-preview {
|
||||||
min-height: 110px;
|
|
||||||
max-height: 200px;
|
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -228,6 +226,7 @@ div.CompositionInput__link-preview {
|
||||||
|
|
||||||
&__no-image {
|
&__no-image {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
min-width: 74px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -249,5 +248,9 @@ button.CompositionInput__link-preview__close-button {
|
||||||
content: '';
|
content: '';
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
|
||||||
|
@include dark-theme {
|
||||||
|
background-color: $color-gray-05;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue