fix height of hidden add icon element (#1537)

This commit is contained in:
DeeJayBro 2021-10-13 17:49:29 +02:00 committed by GitHub
parent 64fdeef893
commit f38db2bce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
.add-buttons {
display: flex;
flex-direction: column;
min-height: 30px;
min-height: 32px;
color: rgba(var(--center-channel-color-rgb), 0.4);
width: 100%;
align-items: flex-start;