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:
parent
95329609a9
commit
c29caf8a58
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user