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