Skip to content

Commit

Permalink
Fixing position of game links in the home screen right-side rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
Numbers committed Dec 7, 2022
1 parent 801d446 commit 2b26808
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 20 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1.28.13: Fixing mising mojo icon in season, harem teams filter and champions shard count display after 07/12 update
1.28.14: Fixing position of game links in the home screen right-side rearrange
1.28.13: Fixing missing mojo icon in season, harem teams filter and champions shard count display after 07/12 update
1.28.12: Pre-empting update that breaks upgrade page quicknav module
1.28.11: Pre-empting update that breaks pachinko names module
1.28.10: Fixing Double Date indicator on the home screen. Updating patrons list for December.
Expand Down
4 changes: 2 additions & 2 deletions dist/hh-plus-plus.dev.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/hh-plus-plus.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Hentai Heroes++ BDSM version
// @description Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.
// @version 1.28.13
// @version 1.28.14
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
4 changes: 2 additions & 2 deletions dist/hh-plus-plus.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hh-plus-plus",
"version": "1.28.13",
"version": "1.28.14",
"description": "Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.",
"private": "true",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,12 @@

.social_links {
margin-left: 550px;
flex-direction: column;

@media #{$mediaDesktop} {
margin-top: -12px;
}
@media #{$mediaMobile} {
margin-left: 570px;
}

.redirect {
&.comix,
&.gay,
&.hentai {
margin-top: 10px;
@media #{$mediaMobile} {
margin-left: 0;
}
}
}
}
}

0 comments on commit 2b26808

Please sign in to comment.