From 364ae8507995885b627c028469de49f64a8cb379 Mon Sep 17 00:00:00 2001 From: Gillespie Date: Fri, 30 Sep 2022 13:20:12 -0400 Subject: [PATCH] Made sticker picker padding smaller so it doesn't overflow. --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index b61b84e18..1e2ebd334 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5563,7 +5563,7 @@ button.module-image__border-overlay:focus { &__content { width: 332px; height: 356px; - padding: 8px 20px 16px 16px; + padding: 8px 13px 16px 13px; overflow-y: auto; display: grid; grid-gap: 8px;