change scrollbar width

This commit is contained in:
ReznoRMichael 2022-01-03 20:48:11 +01:00
parent bcc8e9865f
commit 5a440230ce
6 changed files with 13 additions and 9 deletions

View file

@ -1591,6 +1591,10 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
var itemsLog = []; var itemsLog = [];
if (mode === "notActivated") { if (mode === "notActivated") {
/*
let list = new ItemListBox(worldData);
*/
for (var _i6 = 0; _i6 < arrayLength; _i6++) { for (var _i6 = 0; _i6 < arrayLength; _i6++) {
if (worldData[_i6].activated === false && worldData[_i6].semiPersistent === false) { if (worldData[_i6].activated === false && worldData[_i6].semiPersistent === false) {
countTotal++; countTotal++;

File diff suppressed because one or more lines are too long

View file

@ -274,7 +274,7 @@
<h6 class="hall-of-fame">Analyzer Supporters</h6> <h6 class="hall-of-fame">Analyzer Supporters</h6>
<p class="smalltext"> <p class="smalltext">
<b class="pp-gold">Klaudia</b>&nbsp;(Lvl&nbsp;33) - <b class="pp-gold">Klaudia</b>&nbsp;(Lvl&nbsp;41) -
<b class="pp-silver">Rohit</b>&nbsp;(Lvl&nbsp;7) - <b class="pp-silver">Rohit</b>&nbsp;(Lvl&nbsp;7) -
<b class="pp-silver">Dominic</b>&nbsp;(Lvl&nbsp;6) - <b class="pp-silver">Dominic</b>&nbsp;(Lvl&nbsp;6) -
<b class="pp-silver">David</b>&nbsp;(Lvl&nbsp;5) - <b class="pp-silver">David</b>&nbsp;(Lvl&nbsp;5) -

View file

@ -212,8 +212,8 @@ body {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 1rem;
height: 8px; height: 1rem;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
@ -456,7 +456,7 @@ input[type="file"] {
#save-area { #save-area {
display: block; display: block;
width: 100%; width: 100%;
max-width: 592px; max-width: 584px;
height: 5.65rem; height: 5.65rem;
} }

File diff suppressed because one or more lines are too long

View file

@ -37,8 +37,8 @@ body {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 1rem;
height: 8px; height: 1rem;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
@ -281,7 +281,7 @@ input[type="file"] {
#save-area { #save-area {
display: block; display: block;
width: 100%; width: 100%;
max-width: 592px; max-width: 584px;
height: 5.65rem; height: 5.65rem;
} }