reduce screenshot size on news feed for mobile

This commit is contained in:
Kyle Drake 2016-07-30 22:30:56 -07:00
parent 2d9e6c520e
commit 54c14eb4cf

View file

@ -622,6 +622,8 @@
.files .btn-group {
display: none;
}
}
.files.list-view .list {
@include dashboard-list-view;
@ -987,10 +989,18 @@ a.tag:hover {
&:first-child .html-thumbnail.html {
width: 540px;
height: 405px;
@media (max-device-width:480px), screen and (max-width:800px) {
width: 270px;
height: 202px;
}
}
&:first-child .html-thumbnail.html img {
width: 540px;
height: 405px;
@media (max-device-width:480px), screen and (max-width:800px) {
width: 270px;
height: 202px;
}
}
}
.news-item .file .image-container {