Merge pull request #657 from aaaeka/master

Fix options button icon in firefox
This commit is contained in:
Ajay Ramachandran
2021-02-27 19:29:53 -05:00
committed by GitHub

View File

@@ -305,6 +305,11 @@ label>p, #disableExtension>p, #usernameValue, #usernameElement > div > p,#sponso
transform: rotate(45deg);
}
.SBWhitelistIconContainer, button#optionsButton {
display: flex;
align-items: center;
}
.SBWhitelistIconContainer, button#optionsButton>img, .logoText>img, #usernameValue {
margin-right: 8px;
}