change scrollbar width
This commit is contained in:
parent
bcc8e9865f
commit
5a440230ce
6 changed files with 13 additions and 9 deletions
|
|
@ -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
|
|
@ -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> (Lvl 33) -
|
<b class="pp-gold">Klaudia</b> (Lvl 41) -
|
||||||
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||||
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||||
<b class="pp-silver">David</b> (Lvl 5) -
|
<b class="pp-silver">David</b> (Lvl 5) -
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue