Increase spacing between list items in messages
This commit is contained in:
parent
6d26ac9006
commit
48663ae846
|
@ -451,6 +451,9 @@ chat:
|
||||||
" padding-top: " + theme.spacing / 4 + "px; " +
|
" padding-top: " + theme.spacing / 4 + "px; " +
|
||||||
" padding-bottom: " + 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 + " }" +
|
".sender { margin-bottom: " + spacing / 2 + " }" +
|
||||||
".quote { color: " + quote + " }" +
|
".quote { color: " + quote + " }" +
|
||||||
|
|
||||||
|
|
|
@ -460,6 +460,9 @@ chat:
|
||||||
" padding-top: " + theme.spacing / 4 + "px; " +
|
" padding-top: " + theme.spacing / 4 + "px; " +
|
||||||
" padding-bottom: " + 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 + " }" +
|
".sender { margin-bottom: " + spacing / 2 + " }" +
|
||||||
".quote { color: " + quote + " }" +
|
".quote { color: " + quote + " }" +
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user