Fix external link icon size in livestream chat

This commit is contained in:
Raphael Wickihalder 2022-03-18 11:18:31 +01:00
parent 0ecbb3a73b
commit c479a18cd8
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -238,5 +238,11 @@
.channel-name {
font-size: var(--font-small);
}
.button--link {
.icon {
flex-shrink: 0;
}
}
}
}