added message white-spaces an text selection

This commit is contained in:
SrGooglo 2023-08-15 18:21:34 +00:00
parent 691a6ae8b4
commit abad8a5644

View File

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