Increase spacing between list items in messages

This commit is contained in:
miruka 2020-08-28 09:27:59 -04:00
parent 6d26ac9006
commit 48663ae846
2 changed files with 6 additions and 0 deletions

View File

@ -451,6 +451,9 @@ chat:
" padding-top: " + theme.spacing / 4 + "px; " +
" padding-bottom: " + theme.spacing / 4 + "px } " +
"li { margin-top: " + theme.spacing + "px; " +
" margin-bottom: " + theme.spacing + "px } " +
".sender { margin-bottom: " + spacing / 2 + " }" +
".quote { color: " + quote + " }" +

View File

@ -460,6 +460,9 @@ chat:
" padding-top: " + theme.spacing / 4 + "px; " +
" padding-bottom: " + theme.spacing / 4 + "px } " +
"li { margin-top: " + theme.spacing / 2 + "px; " +
" margin-bottom: " + theme.spacing / 2 + "px; " +
".sender { margin-bottom: " + spacing / 2 + " }" +
".quote { color: " + quote + " }" +