mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added message white-spaces an text selection
This commit is contained in:
parent
691a6ae8b4
commit
abad8a5644
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user