Buttons: Increase user menu avatar size

fixes #411
This commit is contained in:
Rafael Mardojai CM 2022-07-04 11:14:26 -05:00
parent 868cb1d52c
commit fad5a40890
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 9 additions and 0 deletions

View File

@ -275,3 +275,12 @@ button.close {
#appMenu-popup .panel-banner-item > .toolbarbutton-text {
margin-inline: 0 !important;
}
/* User menu */
#fxa-toolbar-menu-button .toolbarbutton-badge-stack {
padding: 0 !important;
}
#fxa-avatar-image {
min-height: 24px !important;
width: 24px !important;
}