fix embeds in chat

master
Aevann 2024-08-17 03:36:25 +03:00
parent 4d81538b69
commit 6ca84a0dd1
1 changed files with 1 additions and 1 deletions

View File

@ -7738,7 +7738,7 @@ img[src$="/e/speechbubble.webp"] {
.twitter-embed, .reddit-embed {
border: none;
display: inline !important;
width: 552px;
width: min(100%, 552px);
vertical-align: middle;
}