added message white-spaces an text selection

This commit is contained in:
SrGooglo 2023-08-15 18:21:34 +00:00
parent b990840385
commit ae41fe06cc

View File

@ -10,6 +10,8 @@
width: 100%; width: 100%;
max-width: 700px; max-width: 700px;
margin: auto;
gap: 15px; gap: 15px;
padding: 17px 17px 0px 17px; padding: 17px 17px 0px 17px;
@ -45,6 +47,11 @@
color: var(--text-color); color: var(--text-color);
.message {
white-space: break-spaces;
user-select: text;
}
.nsfw_alert { .nsfw_alert {
position: absolute; position: absolute;