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:
miruka 2020-09-01 13:38:30 -04:00
parent b0c16d04ea
commit 2a0f6aead1

View File

@ -461,7 +461,7 @@ chat:
" padding-bottom: " + theme.spacing / 4 + "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 + " }" +
".quote { color: " + quote + " }" +