Skip to content

Commit

Permalink
Adjusting promo banners on resource bars, changing fonts on harem inf…
Browse files Browse the repository at this point in the history
…o to be more consistent between platforms
  • Loading branch information
Numbers committed Jan 26, 2023
1 parent d62697e commit 12b55ae
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.31.1: Adjusting promo banners on resource bars, changing fonts on harem info to be more consistent between platforms
1.31.0: Adding style tweak to make the new resource summary more compact. Adding PSH world 9 data.
1.30.3: Fixing resource bars on mobile
1.30.2: Fixing resource bars after 25/01 update
Expand Down
8 changes: 4 additions & 4 deletions dist/hh-plus-plus.dev.user.js

Large diffs are not rendered by default.

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.31.0
// @version 1.31.1
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
6 changes: 3 additions & 3 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.31.0",
"version": "1.31.1",
"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
1 change: 1 addition & 0 deletions src/i18n/labels/Ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const stConfig = {
seasonalEventTweaks: 'Поправки для Сезонных Событий',
compactHaremFilters: 'Компактные фильтры Гарема',
expandedMarketInventory: 'Расширенный список предметов Рынка',
compactResourceSummary: 'Компактный перечень ресурсов',
}

export const villain = {
Expand Down
9 changes: 6 additions & 3 deletions src/modules/HaremInfoModule/styles.lazy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
display: none;
background-color: #080808f5;
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
font-family: Tahoma, Arial, sans-serif;
font-weight: 400;
position: absolute;
bottom: 50px;
Expand All @@ -22,7 +21,11 @@

.summary-block {
display: inline-block;
width: 280px;
width: 274px;

&.general-summary {
width: 310px;
}
}

&.visible {
Expand Down
17 changes: 10 additions & 7 deletions src/modules/ResourceBarsModule/styles.lazy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ body > div > header {
left: 0px;
right: 0px;
top: -1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Open Sans", "Helvetica Neue", sans-serif;
font-family: Tahoma, Arial, sans-serif;
line-height: 11px;

@media #{$mediaMobile} {
display: block;
}

span {
font-size: 12px;
@include text-stroke-hack;
Expand All @@ -84,23 +87,23 @@ body > div > header {
}

.promo_quest_discount_text {
left: 119px;
left: 94px;

@media #{$mediaMobile} {
left: 199px;
left: 173px;
}
}

.promo_fight_discount_text {
left: 237px;
left: 205px;

@media #{$mediaMobile} {
left: 308px;
left: 278px;
}
}

.promo_profile_discount_text {
left: 44px;
left: 21px;
top: -3px;

@media #{$mediaMobile} {
Expand Down

0 comments on commit 12b55ae

Please sign in to comment.