Updated embed padding on mobile

This commit is contained in:
Glitchii 2022-03-18 02:25:14 +00:00
parent 2f09c4d983
commit 6b1c49f9f3

View file

@ -2123,8 +2123,8 @@ body.emptyEmbed.emptyContent .emptyTxt {
} }
.msgEmbed { .msgEmbed {
margin: 30px 0 10px 0; margin: 20px 0 10px 0;
padding: 0.125rem 0 20px 65px; padding: 0.125rem 10px 20px 65px;
} }
body.no-user .msgEmbed { body.no-user .msgEmbed {