Increase spacing between list items in messages
This commit is contained in:
@@ -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 + " }" +
|
||||
|
||||
|
@@ -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 + " }" +
|
||||
|
||||
|
Reference in New Issue
Block a user