forked from rDrama/rDrama
1
0
Fork 0

minor fix to title emojis

master
Aevann 2023-07-25 21:37:06 +03:00
parent 41eb15bea7
commit 638aa9420e
1 changed files with 5 additions and 1 deletions

View File

@ -5509,10 +5509,14 @@ input[type=radio] ~ .custom-control-label::before {
height: 60px;
width: 60px;
}
.bigemoji, .emoji-lg, img[alt^=":"][alt*="#"]:not([t]) {
.bigemoji, .emoji-lg, img[alt^=":"][alt*="#"] {
height: 150px;
width: 150px;
}
img[t] {
height: 40px !important;
width: 40px !important;
}
.emj, .emoji, .bigemoji, .emoji-md, .emoji-lg, img[alt^=":"]
{
max-width: 150px !important;