Making public pages responsive, removing reblogs/favs counts from them

This commit is contained in:
Eugen Rochko
2016-10-03 00:26:00 +02:00
parent d74da1a89a
commit 188c6f326b
8 changed files with 31 additions and 57 deletions

View File

@@ -8,6 +8,11 @@
overflow: hidden;
position: relative;
@media screen and (max-width: 700px) {
border-radius: 0;
box-shadow: none;
}
&:after {
background: rgba(0, 0, 0, 0.5);
display: block;
@@ -192,6 +197,11 @@
padding-bottom: 10px;
overflow: hidden;
@media screen and (max-width: 700px) {
border-radius: 0;
box-shadow: none;
}
.account-grid-card {
box-sizing: border-box;
width: 335px;