Made sticker picker padding smaller so it doesn't overflow.

This commit is contained in:
Gillespie 2022-09-30 13:20:12 -04:00
parent 2e35f56f2c
commit 364ae85079
1 changed files with 1 additions and 1 deletions

View File

@ -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;