1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-06 13:57:13 +01:00

better link card display

This commit is contained in:
Nicolas Constant 2019-05-17 19:31:13 -04:00
parent 95329609a9
commit c29caf8a58
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -17,7 +17,7 @@
display: block;
text-decoration: none;
color: whitesmoke;
&--image {
width: 55px;
height: 55px;
@ -35,8 +35,13 @@
}
&--title {
margin: 7px 0 0 0px;
margin: 7px 0 0 0;
padding-right: 5px;
font-size: 1em;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
&--host {