fine-tuning permissions stuff

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-06 13:23:40 +01:00
parent 69d3aacc53
commit 9ab1e479eb
4 changed files with 31 additions and 27 deletions

View File

@@ -38,10 +38,10 @@
border: 1px solid lime;
vertical-align: bottom;
position: relative;
width: 15px;
width: 20px;
}
.histogram{
height: 40px;
height: 60px;
}
.histogram span span{
position: absolute;
@@ -73,9 +73,7 @@
<td class="histogram">
{#each Object.entries(hist) as [weight,count]}
<span style="height: {100*count/max_val(hist)}%">
<span>
{weight}
</span>
<span>{weight}</span>
</span>
{/each}
</td>