Android: add inset spacers (experimental)

This commit is contained in:
Pieter Vander Vennet 2025-07-14 00:38:00 +02:00
parent 7ce320075d
commit 94949e14a6
5 changed files with 61 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<script lang="ts">
/**
* in pixels
*/
export let height: Store<number>
</script>
<div style={"height: "+$height+"px; background: red;"} />