random messages

This commit is contained in:
2025-06-22 09:50:36 -04:00
parent 4eb95b5ba0
commit f99142e485
3 changed files with 38 additions and 3 deletions

View File

@ -220,3 +220,10 @@ Custom
background-color: oklch(from rgba(255, 255, 255, 2.0) calc(l - 0.02) c h);
}
.random-msg {
padding-top: 10px;
max-width: 100%;
word-wrap: break-word;
white-space: pre-wrap;
color: 'inherit';
}