diff --git a/README.md b/README.md index 5360d85..c746098 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,4 @@ $ curl -L http://kanjithing-backend.chocolatejade42.repl.co/kanji/車 - Backspace to clear drawing - S to star/unstar selected kanji - Keybinds visible in tooltips -- [ ] Make the height of the buttons and dropdown selectors consistent - [ ] Use static assets for the emojis to keep design consistent between operating systems diff --git a/css/popup.css b/css/popup.css index 0970bc9..809f0fc 100644 --- a/css/popup.css +++ b/css/popup.css @@ -41,8 +41,9 @@ div#panel { } div#panel * { + height: 23px; border-radius: 3px; - margin: 5px 0px 0px 3px; + margin: 4px 2px 0px 2px; display: inline-block; background-color: #36393e; color: #7289da; diff --git a/manifest.json b/manifest.json index 5054fcd..04c9b44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "KanjiThing", "description": "Learn kanji stroke order from the browser", - "version": "1.3.2", + "version": "1.4.0", "manifest_version": 3, "permissions": ["storage"], "action": {