Merge pull request #779 from basecamp/ff-avatar-fix
Don't justify content for avatar buttons to make FF happy
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
block-size: var(--btn-size);
|
||||
display: grid;
|
||||
inline-size: var(--btn-size);
|
||||
justify-content: normal; /* FF fix */
|
||||
place-items: center;
|
||||
|
||||
> * {
|
||||
|
||||
Reference in New Issue
Block a user