1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

more tweaks

This commit is contained in:
Laura
2025-11-02 18:45:07 +01:00
parent 94f6644e90
commit a8ed9b2b06

View File

@@ -399,10 +399,6 @@ body:not(.loading) #loading {
margin-top: 5px; margin-top: 5px;
} }
.message.editing {
overflow-anchor: none;
}
.message:not(.editing) textarea.text, .message:not(.editing) textarea.text,
.message.editing div.text { .message.editing div.text {
display: none; display: none;
@@ -934,6 +930,7 @@ textarea {
resize: none; resize: none;
font-size: 15px; font-size: 15px;
line-height: 23px; line-height: 23px;
overflow-anchor: none;
} }
button { button {