Fix Midnight.qpl stylesheet error from 48663ae
Missing `}` in `chat.message.styleSheet` caused some CSS properties to not work (sender name bottom margin, quotes color, no underline for mentions, etc).
This commit is contained in:
parent
b0c16d04ea
commit
2a0f6aead1
|
@ -461,7 +461,7 @@ chat:
|
||||||
" padding-bottom: " + theme.spacing / 4 + "px } " +
|
" padding-bottom: " + theme.spacing / 4 + "px } " +
|
||||||
|
|
||||||
"li { margin-top: " + theme.spacing / 2 + "px; " +
|
"li { margin-top: " + theme.spacing / 2 + "px; " +
|
||||||
" margin-bottom: " + 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