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 = [];
|
||||
|
||||
if (mode === "notActivated") {
|
||||
/*
|
||||
let list = new ItemListBox(worldData);
|
||||
|
||||
*/
|
||||
for (var _i6 = 0; _i6 < arrayLength; _i6++) {
|
||||
if (worldData[_i6].activated === false && worldData[_i6].semiPersistent === false) {
|
||||
countTotal++;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -274,7 +274,7 @@
|
|||
<h6 class="hall-of-fame">Analyzer Supporters</h6>
|
||||
|
||||
<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">Dominic</b> (Lvl 6) -
|
||||
<b class="pp-silver">David</b> (Lvl 5) -
|
||||
|
|
|
|||
|
|
@ -212,8 +212,8 @@ body {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
|
@ -456,7 +456,7 @@ input[type="file"] {
|
|||
#save-area {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 592px;
|
||||
max-width: 584px;
|
||||
height: 5.65rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -37,8 +37,8 @@ body {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
|
|
@ -281,7 +281,7 @@ input[type="file"] {
|
|||
#save-area {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 592px;
|
||||
max-width: 584px;
|
||||
height: 5.65rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue