Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Feb 8, 2024
1 parent c50818d commit ff5bd67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-mfm",
"description": "MFM for React",
"version": "0.4.0",
"version": "0.4.1",
"author": "YamaD <[email protected]>",
"dependencies": {
"@twemoji/api": "15.0.3",
Expand Down
2 changes: 2 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
}

.mfm-emoji {
display: inline-block;
height: 1.25em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.25em;
}

.mfm-customEmoji {
display: inline-block;
height: 2em;
vertical-align: -0.6em;
}
Expand Down

0 comments on commit ff5bd67

Please sign in to comment.