Adjusting new CSS for smaller screens

This commit is contained in:
Eugen Rochko 2016-10-06 22:00:56 +02:00
parent 2af3abd279
commit 296ce2d45a
1 changed files with 14 additions and 12 deletions

View File

@ -46,13 +46,11 @@
} }
} }
&.activity-stream-headless { .entry:first-child {
.entry:first-child { border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
&:last-child { &:last-child {
border-radius: 4px; border-radius: 4px;
}
} }
} }
@ -75,12 +73,6 @@
} }
} }
@media screen and (max-width: 360px) {
.avatar {
display: none;
}
}
.entry__container { .entry__container {
overflow: hidden; overflow: hidden;
} }
@ -227,4 +219,14 @@
} }
} }
} }
@media screen and (max-width: 360px) {
.avatar {
display: none;
}
.entry__container__container {
margin-left: 7px;
}
}
} }