1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

styling updates & better screenshot

This commit is contained in:
Laura
2025-08-07 22:14:41 +02:00
parent 01989ef188
commit ae3fc55b4e
2 changed files with 5 additions and 1 deletions

View File

@@ -112,10 +112,14 @@ body {
.message .text {
display: block;
background: transparent;
padding: 8px 12px;
padding: 6px 12px;
width: 100%;
}
.message .text {
padding-bottom: 10px;
}
.message:not(.editing) textarea.text,
.message.editing div.text {
display: none;