add icons to proton app menu
This commit is contained in:
parent
8abc834615
commit
d1b2a37702
1 changed files with 6 additions and 7 deletions
|
@ -520,17 +520,16 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
||||||
#appMenu-fxa-label2::before {
|
#appMenu-fxa-label2::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 24px;
|
height: 20px;
|
||||||
width: 24px;
|
width: 20px;
|
||||||
padding: 2px;
|
margin: 2px;
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[fxastatus="signedin"] #appMenu-fxa-label2::before {
|
:root[fxastatus="signedin"] #appMenu-fxa-label2::before {
|
||||||
background-image: var(--avatar-image-url) !important;
|
background-image: var(--avatar-image-url) !important;
|
||||||
background-size: 20px;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
border-radius: 99px;
|
||||||
background-position: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:not([fxastatus="signedin"]) #appMenu-fxa-label2::before, :root[fxastatus="signedin"]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) #appMenu-fxa-label2::before {
|
:root:not([fxastatus="signedin"]) #appMenu-fxa-label2::before, :root[fxastatus="signedin"]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) #appMenu-fxa-label2::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue