From 6b1c49f9f3603430abf6c62f9a64bd3ece2f749a Mon Sep 17 00:00:00 2001 From: Glitchii Date: Fri, 18 Mar 2022 02:25:14 +0000 Subject: [PATCH] Updated embed padding on mobile --- assets/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 921c7f3..ab102ac 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -2123,8 +2123,8 @@ body.emptyEmbed.emptyContent .emptyTxt { } .msgEmbed { - margin: 30px 0 10px 0; - padding: 0.125rem 0 20px 65px; + margin: 20px 0 10px 0; + padding: 0.125rem 10px 20px 65px; } body.no-user .msgEmbed {