Hide all the avatars but the first on small screens
This commit is contained in:
parent
bedaec3540
commit
30dc09f453
1 changed files with 7 additions and 0 deletions
|
|
@ -253,6 +253,13 @@ $threads-meta-color: #545d70;
|
|||
|
||||
}
|
||||
|
||||
// Hide all the avatars but the first on small screens.
|
||||
@media screen and (max-width: 600px) {
|
||||
#threads-list a:not(:first-child) > .avatar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.posts, .about {
|
||||
@extend .grid-md;
|
||||
@extend .container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue