thurtle: Scale world view

This commit is contained in:
Remko Tronçon 2022-11-26 13:56:21 +01:00
parent ada1871ab9
commit ae3b4f7832
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,6 @@
border-radius: 0.5em; border-radius: 0.5em;
background-color: rgb(221, 248, 221); background-color: rgb(221, 248, 221);
width: 100%; width: 100%;
max-height: 350px;
} }
.world path { .world path {

View file

@ -108,7 +108,7 @@ const rootEl = (
</div> </div>
</nav> </nav>
<div class="main d-flex flex-column p-2"> <div class="main d-flex flex-column p-2">
<div class="d-flex flex-row flex-grow-1"> <div class="d-flex flex-row flex-grow-1 h-100">
<div class="left-pane d-flex flex-column"> <div class="left-pane d-flex flex-column">
<div class="d-flex flex-row flex-wrap flex-md-nowrap pb-2"> <div class="d-flex flex-row flex-wrap flex-md-nowrap pb-2">
<select class="form-select" data-hook="examples"></select> <select class="form-select" data-hook="examples"></select>