* PLT-6691 - Centering emoji in post view

* PLT-6737 - FIxing on hover style for heade icons

* PLT-6768 - Fixing error on profile picture

* PLT-6792 - Fixing link preview image not resizing

* PLT-6793 - User popover position on mobile
Этот коммит содержится в:
Asaad Mahmood
2017-06-15 20:07:00 +05:00
коммит произвёл Corey Hulen
родитель 528f2dc6c3
Коммит 94fdba9a31
6 изменённых файлов: 37 добавлений и 6 удалений

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

@@ -884,6 +884,10 @@
}
}
.emoticon {
vertical-align: top;
}
p {
font-size: 13.5px;
line-height: 1.6em;

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

@@ -1549,6 +1549,12 @@
}
@media screen and (max-width: 480px) {
.post {
.img-div {
max-width: 100%;
}
}
.nav-tabs {
margin-top: 1em;