Make autocomplete smaller

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-21 19:04:26 +02:00
parent 81d64bec58
commit b58184d61e
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D

View File

@ -7,7 +7,7 @@
background: $primary-bg-color;
border-bottom: none;
border-radius: 8px 8px 0 0;
max-height: 50vh;
max-height: 35vh;
overflow: clip;
display: flex;
box-shadow: 0px -16px 32px $composer-shadow-color;