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

fix collapse styling

This commit is contained in:
Laura
2025-08-28 20:12:20 +02:00
parent 413515340a
commit 40f98b0fd6

View File

@@ -412,6 +412,10 @@ body:not(.loading) #loading {
height: 32px;
}
.message.collapsed .body>* {
opacity: 0;
}
.message.collapsed .body::before {
position: absolute;
content: "collapsed...";