Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 38450eac rédigé par Waithamai's avatar Waithamai Validation de Dennis Schubert
Parcourir les fichiers

Added spacing between list items fixes #7400

closes #7401
parent 35f4d61d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* Increase maximal height of large thumbnail on mobile [#7383](https://github.com/diaspora/diaspora/pull/7383) * Increase maximal height of large thumbnail on mobile [#7383](https://github.com/diaspora/diaspora/pull/7383)
* Reduce conversation recipient size [#7376](https://github.com/diaspora/diaspora/pull/7376) * Reduce conversation recipient size [#7376](https://github.com/diaspora/diaspora/pull/7376)
* Cleanup rtl css [#7374](https://github.com/diaspora/diaspora/pull/7374) * Cleanup rtl css [#7374](https://github.com/diaspora/diaspora/pull/7374)
* Increase visual spacing between list items [#7401](https://github.com/diaspora/diaspora/pull/7401)
## Bug fixes ## Bug fixes
* Don't hide posts when blocking someone from the profile [#7379](https://github.com/diaspora/diaspora/pull/7379) * Don't hide posts when blocking someone from the profile [#7379](https://github.com/diaspora/diaspora/pull/7379)
......
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
p:last-child { margin-bottom: 0; } p:last-child { margin-bottom: 0; }
ul, ol { ul, ol {
margin-top:0.8em; margin-bottom: .8em;
margin-bottom:0.8em; margin-top: .8em;
li { margin-bottom: .5em; }
&:first-child { margin-top: 0; } &:first-child { margin-top: 0; }
&:last-child { margin-bottom: 0; } &:last-child { margin-bottom: 0; }
} }
......
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