Making public pages responsive, removing reblogs/favs counts from them
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user