StatusActionBar: increase size of emoji reaction

This commit is contained in:
Alex Gleason 2021-09-22 13:01:30 -05:00
parent 23468b83a9
commit 34d365efce
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -137,6 +137,11 @@
height: 20px;
}
.icon-button__emoji .emojione {
width: 20px;
height: 20px;
}
svg.icon-tabler {
// Tabler icons are a little thicker than Feather icons
stroke-width: 1.6px !important;