Skip to content
Extraits de code Groupes Projets
Valider 296ce2d4 rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Adjusting new CSS for smaller screens

parent 2af3abd2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -46,13 +46,11 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -227,4 +219,14 @@
} }
} }
} }
@media screen and (max-width: 360px) {
.avatar {
display: none;
}
.entry__container__container {
margin-left: 7px;
}
}
} }
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter