diff --git a/.gitignore b/.gitignore index fe41ed0a..4ff2c144 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ ignored .idea/ node_modules web-ext-artifacts +.vscode/ diff --git a/help/styles.css b/help/styles.css index 338f1810..278d8c72 100644 --- a/help/styles.css +++ b/help/styles.css @@ -83,6 +83,12 @@ vertical-align: middle; } +.profilepiccircle { + vertical-align: middle; + overflow: hidden; + border-radius: 50%; +} + a { text-decoration: underline; color: inherit; diff --git a/options/options.html b/options/options.html index 2e01e997..2a763436 100644 --- a/options/options.html +++ b/options/options.html @@ -26,7 +26,7 @@