diff options
-rw-r--r-- | public/popup.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 444039dc..4398eaa4 100644 --- a/public/popup.css +++ b/public/popup.css @@ -318,6 +318,11 @@ label>p, #disableExtension>p, #usernameValue, #usernameElement > div > p,#sponso transform: rotate(45deg); } +@keyframes rotate { + from { transform: rotate(0deg); } + to { transform: rotate(360deg); } +} + .SBWhitelistIconContainer, button#optionsButton { display: flex; align-items: center; |