Made sticker picker padding smaller so it doesn't overflow.
This commit is contained in:
parent
2e35f56f2c
commit
364ae85079
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue