Added latest log loading

Fixed sprite scaling bug
This commit is contained in:
unsettledgames
2021-04-28 23:39:14 +02:00
parent 7a975976cb
commit 07f36cf7cb
13 changed files with 96 additions and 11 deletions

View File

@ -1610,7 +1610,7 @@ div#pb-options {
}
#sp-quickstart-container {
left:250px;
left:200px;
height:65vh;
width:650px;
display:inline;
@ -1748,11 +1748,16 @@ div#pb-options {
width:350px !important;
height:90%;
overflow-y: scroll;
overflow-x:hidden;
line-height: 1.5;
position:absolute;
top:40px;
right:0px;
img {
width:350px;
}
&::-webkit-scrollbar {
background: #232125;
width: 0.5em;