Added VE_FORBRYDERNE's Selective World Info

This update allows you to selectively choose when World Info is loaded for more control and RAM savings.
This commit is contained in:
henk717
2021-08-19 13:48:33 +02:00
parent 00414d26e2
commit 33215a87b3
4 changed files with 125 additions and 31 deletions

View File

@ -655,12 +655,13 @@ action {
.wilistitem {
height: 80px;
display: grid;
grid-template-columns: 4% 30% 66%;
grid-template-columns: 4% 30% 58% 8%;
margin-bottom: 10px;
}
.wientry {
padding-left: 10px;
padding-right: 10px;
background-color: #212122;
}
@ -677,7 +678,6 @@ action {
}
.wikey > input {
height: 100%;
background-color: #404040;
color: #ffffff;
}
@ -686,4 +686,8 @@ action {
width: 80%;
overflow: hidden;
font-size: 12pt;
}
}
.wiselective > button {
white-space: normal;
}