created world controls tab
This commit is contained in:
16
dist/css/style.css
vendored
16
dist/css/style.css
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user