Fixes to browse page/site suggestions screenshot galleries on mobile

This commit is contained in:
Victoria Wang 2015-02-06 14:00:19 -06:00
parent d3c5e0f765
commit 8b1f7f1e8c
2 changed files with 19 additions and 1 deletions

View file

@ -1497,6 +1497,7 @@ a.tag:hover {
color: #e93250;
vertical-align: .45em;
margin-left: -.15em;
display: inline;
}
.fa-user {
margin-right: 0.25em;

View file

@ -29,7 +29,10 @@
.username {
float: left;
overflow: hidden;
text-overflow: ellipsis;
width: 63%;
height: 1.3em;
white-space: nowrap;
}
.site-stats {
float: right;
@ -42,6 +45,9 @@
height: 1.4em;
float: left;
margin-top: -4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.site-tags .fa-tag {
vertical-align: -2px;
@ -54,6 +60,12 @@
margin-top: 8px;
margin-bottom: 2px;
white-space: nowrap;
a {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
float: left;
}
}
&.int-Gall{
@ -70,7 +82,8 @@
width:32%
}
@media (max-device-width:480px), screen and (max-width:800px){
width:49%
width:48%;
margin:0 1% 12px;
}
}
&.suggestions {
@ -86,6 +99,10 @@
}
}
}
@media (max-device-width:480px), screen and (max-width:800px){
padding: 4% 2%;
}
}
}