@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
26 lines (22 loc) • 361 B
CSS
.mcwe-area {
width: 100%;
display: flex;
flex-direction: row;
overflow: hidden;
}
.mcwe-map {
flex: 1;
min-width: 0;
min-height: 0;
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.mcwe-props {
width: 320px;
flex-shrink: 0;
padding: 6px;
padding-top: 24px;
overflow-y: auto;
}