Browse Source

Another small CSS fix in the chat messages

pull/1443/head
Timothée Jaussoin 5 months ago
parent
commit
6cffb818ff
  1. 6
      app/Widgets/Chat/chat.css

6
app/Widgets/Chat/chat.css

@ -709,7 +709,7 @@ ul.list li > div.bubble.file div.file a span.size:before {
display: inline-block;
position: absolute;
top: 1rem;
right: 8.5rem;
right: 1.5rem;
font-family: 'Material Symbols';
color: white;
text-shadow: 0 0 1rem rgba(0, 0, 0, 0.85);
@ -717,6 +717,10 @@ ul.list li > div.bubble.file div.file a span.size:before {
letter-spacing: -0.5rem;
}
#chat_widget .bubble.file .message div.file:before {
right: 8.5rem;
}
#chat_widget .bubble.file[data-thumbash] {
background-image: url(attr(data-thumbhash));
}

Loading…
Cancel
Save