Fix: Panel- update banner's margin

This commit is contained in:
alstjr7375 2021-05-06 10:38:13 +09:00
parent 9d9c8e4ea3
commit f4b7cb8978

View file

@ -222,8 +222,12 @@
margin-right: var(--arrowpanel-menuicon-padding);
}
#appMenu-proton-update-banner {
margin-bottom: 2px;
}
#appMenu-proton-update-banner::before {
display: inline-block;
margin-left: var(--arrowpanel-menuitem-padding);
content: url(chrome://browser/skin/whatsnew.svg);
}
#appMenu-fxa-status2::before {