diff --git a/manifest.json b/manifest.json index 388a08e..d15cf62 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "InteractiveFics", "author": "mariamrf", - "version": "5.2.1", + "version": "5.2.2", "description": "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.", "browser_action": { "default_title": "InteractiveFics", diff --git a/popup.css b/popup.css index acfe6d3..1c1ce4b 100644 --- a/popup.css +++ b/popup.css @@ -1,7 +1,7 @@ body { background-color: white; color: #2C3531; - width: 332px; + width: 380px; font-family: 'Rubik', sans-serif; margin: 0px; } @@ -30,6 +30,11 @@ body { text-align: center; } +#toucan img { + width: 100%; + margin-bottom: -3px; +} + h1 { font-size: 16px; } diff --git a/toucan-banner.png b/toucan-banner.png index 584aaa0..fc091dd 100644 Binary files a/toucan-banner.png and b/toucan-banner.png differ