#4257 Added functionality to create previews for post links using open graph data from those links. (#4890)

Этот коммит содержится в:
Debanshu Kundu
2017-01-20 23:11:13 +05:30
коммит произвёл enahum
родитель fefe4b70d9
Коммит 3aaf71fdea
26 изменённых файлов: 1241 добавлений и 534 удалений

Просмотреть файл

@@ -68,6 +68,9 @@
&.attachment__container--danger {
border-left-color: #e40303;
}
.sitename {
color: #A3A3A3;
}
}
.attachment__body {
@@ -80,6 +83,14 @@
&.attachment__body--no_thumb {
width: 100%;
}
.attachment__image {
margin-bottom: 0;
max-height: 150px;
max-width: 150px;
&.loading {
height: 150px;
}
}
}
.attachment__text p:last-of-type {
@@ -103,6 +114,13 @@
line-height: 18px;
margin: 5px 0;
padding: 0;
&.has-link {
color: #2f81b7;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
.attachment-link-more {
@@ -144,4 +162,4 @@
}
}
}
}
}