forked from rDrama/rDrama
1
0
Fork 0

make suggested emojis bigger on desktop

master
Aevann1 2022-10-01 11:45:52 +02:00
parent 7e7c14fe22
commit 9b64b49175
1 changed files with 5 additions and 0 deletions

View File

@ -6292,4 +6292,9 @@ div.markdown {
.expandedimage {
max-width: 80% !important;
}
#speed-carot-modal .speed-modal-image
{
width: 50px;
height: 50px;
}
}