fine-tuning permissions stuff
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user