Added check to make sure files are not strings

Этот коммит содержится в:
Reed Garmsen
2015-08-11 15:31:07 -07:00
родитель 9f9d93e613
Коммит 6f091f0f6d
5 изменённых файлов: 8 добавлений и 22 удалений

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

@@ -204,13 +204,9 @@
}
.center-file-overlay {
width: 100%;
height: 100%;
background:rgba(255,255,255,0.5);
}
.right-file-overlay {
width: 100%;
height: 100%;
background:rgba(255,255,255,0.5);
}

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

@@ -107,11 +107,6 @@ body.ios {
}
#post-list {
.post-list-file-overlay {
width: 100%;
height: 100%;
background:rgba(255,255,255,0.5);
}
.post-list-holder-by-time {
background: #fff;
overflow-y: scroll;