mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-22 14:40:28 +01:00
better link card display
This commit is contained in:
parent
95329609a9
commit
c29caf8a58
@ -17,7 +17,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
|
|
||||||
&--image {
|
&--image {
|
||||||
width: 55px;
|
width: 55px;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
@ -35,8 +35,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--title {
|
&--title {
|
||||||
margin: 7px 0 0 0px;
|
margin: 7px 0 0 0;
|
||||||
|
padding-right: 5px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--host {
|
&--host {
|
||||||
|
Loading…
Reference in New Issue
Block a user