Skip to content

Commit

Permalink
Bugfixs: scratch colors, notification jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanH committed Sep 18, 2024
1 parent 6f186df commit dbf59d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": "18.20"
},
"version": "2.5.4",
"version": "2.5.5",
"license": "GPL-3.0",
"repository": "github:Bambosh/unofficial-homestuck-collection",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/components/UIElements/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export default {
.notifWrapper {
position: absolute;
overflow: hidden;
width: 400px;
height: 100%;
pointer-events: none;
Expand Down
4 changes: 2 additions & 2 deletions src/imods/_twoToThree/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ module.exports = {
// Hotfix some formatting headaches

archive.mspa.story['004153'].content = archive.mspa.story['004153'].content.replace(
`L</span><img src="http://www.mspaintadventures.com/storyfiles/hs2/scraps/o.gif" border="0" /><span style="color: #2ed73a">rd English</span>`,
`<span style="color: #2ed73a">L</span><img src="http://www.mspaintadventures.com/storyfiles/hs2/scraps/o.gif" border="0" /><span style="color: #2ed73a">rd English</span>`,
`<span style="color: #2ed73a; white-space: nowrap">L<img src="assets://storyfiles/hs2/scraps/o.gif" border="0">rd English</span>`)

archive.mspa.story['005530'].content = archive.mspa.story['005530'].content.replace(
`L</span><img src="http://www.mspaintadventures.com/storyfiles/hs2/scraps/o.gif" border="0" /><span style="color: #2ed73a">rd English</span>`,
`<span style="color: #2ed73a">L</span><img src="http://www.mspaintadventures.com/storyfiles/hs2/scraps/o.gif" border="0" /><span style="color: #2ed73a">rd English</span>`,
`<span style="color: #2ed73a; white-space: nowrap">L<img src="assets://storyfiles/hs2/scraps/o.gif" border="0">rd English</span>`)

archive.comics.pxs.comics['you-have-a-feeling-its-going-to-be-a-long-day'].credit = "Zach Morrison and Andrew Hussie"
Expand Down

0 comments on commit dbf59d5

Please sign in to comment.