Skip to content

Commit

Permalink
fix: Fixed an issue where twitch emotes were larger after hover (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisScr3ams authored Jun 19, 2024
1 parent cc924cb commit bde0c95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.1.2000

- Fixed an issue where twitch emotes were displayed larger after hovering over them

### 3.1.0.3000

- Fixed video player stats not showing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
"private": true,
"version": "3.1.1",
"dev_version": "1.0",
"dev_version": "2.0",
"scripts": {
"start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",
"build:section:app": "vite build --config vite.config.mts",
Expand Down
2 changes: 1 addition & 1 deletion src/common/Image.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useUserAgent } from "@/composable/useUserAgent";

const layout = {
PLATFORM: [1, 2, 3],
PLATFORM: [1, 2, 4],
"7TV": [1, 2, 3, 4],
FFZ: [1, 2, 4],
BTTV: [1, 2, 4],
Expand Down
4 changes: 0 additions & 4 deletions src/common/Transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ export function convertTwitchEmote(
name: "2.0",
format: "PNG",
},
{
name: "3.0",
format: "PNG",
},
{
name: "4.0",
format: "PNG",
Expand Down

0 comments on commit bde0c95

Please sign in to comment.