* Minor UI fixes

* Updating post image size for search
Этот коммит содержится в:
Asaad Mahmood
2017-04-28 19:14:59 +05:00
коммит произвёл Christopher Speller
родитель c3e17da8c8
Коммит 91f3e10854
3 изменённых файлов: 8 добавлений и 1 удалений

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

@@ -38,6 +38,10 @@
}
}
.post__img {
width: 43px;
}
.post__body {
width: 100%;
}

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

@@ -360,7 +360,6 @@
.post-create__container {
@include flex(0 0 auto);
background: $white;
width: 100%;
z-index: 1000;

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

@@ -48,6 +48,10 @@
}
}
.post__img {
width: 43px;
}
.post__content {
padding: 0 10px 0 0;
}