Skip to content

Commit

Permalink
fix: emoji width
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Oct 3, 2023
1 parent 98a4dbc commit 4ab196b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2023.9.3-resonite-love.0",
"version": "2023.9.3-resonite-love.1",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ useTooltip(buttonEl, async (showing) => {
}

.icon {
max-width: 150px;
// max-width: 150px;
}

.count {
Expand Down

0 comments on commit 4ab196b

Please sign in to comment.