Skip to content
Snippets Groups Projects
Commit 296ce2d4 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Adjusting new CSS for smaller screens

parent 2af3abd2
No related branches found
No related tags found
No related merge requests found
......@@ -46,13 +46,11 @@
}
}
&.activity-stream-headless {
.entry:first-child {
border-radius: 4px 4px 0 0;
.entry:first-child {
border-radius: 4px 4px 0 0;
&:last-child {
border-radius: 4px;
}
&:last-child {
border-radius: 4px;
}
}
......@@ -75,12 +73,6 @@
}
}
@media screen and (max-width: 360px) {
.avatar {
display: none;
}
}
.entry__container {
overflow: hidden;
}
......@@ -227,4 +219,14 @@
}
}
}
@media screen and (max-width: 360px) {
.avatar {
display: none;
}
.entry__container__container {
margin-left: 7px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment