mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
thurtle: Scale world view
This commit is contained in:
parent
ada1871ab9
commit
ae3b4f7832
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue