created world controls tab

This commit is contained in:
MaxRobinsonTheGreat
2021-12-18 11:06:55 -06:00
parent b813dfa4c4
commit 09ed9edb07
2 changed files with 52 additions and 28 deletions

16
dist/css/style.css vendored
View File

@@ -57,11 +57,15 @@ body{
img {
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
width: 60%;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
image-rendering: crisp-edges;
object-fit: cover;
width: 85%;
max-width: 500px;
max-height: 40%;
border-radius: 10px;
overflow: hidden;
}
button {
@@ -260,4 +264,8 @@ button:active{
}
#maximize-hot-control {
right: 10px;
}
.grid-size-in {
width: 75px;
}