Skip to content

Commit

Permalink
Consistent height of dropdowns and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden2480 committed Feb 11, 2022
1 parent 6affccd commit 5c0d8b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5c0d8b5

Please sign in to comment.