client: Allow newlines in toast message

This commit is contained in:
Elian Doran 2024-07-27 12:03:40 +03:00
parent b508b5bbfd
commit 7bb70bb659
No known key found for this signature in database

View File

@ -686,6 +686,10 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
color: var(--main-text-color) !important;
}
.toast-body {
white-space: preserve-breaks;
}
.ck-mentions .ck-button {
font-size: var(--detail-font-size) !important;
padding: 5px;