fix: little ui bugs

This commit is contained in:
didierfranc
2025-01-31 16:53:56 +01:00
parent 63d44cd7d8
commit 0aa39eb69e
4 changed files with 7 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
{#each filtered as source, i (source.name)}
<details open={i === 0}>
<summary>
<TableC size={15} stroke="#ccc" />
<TableC size={15} stroke="#ccc" style="flex-shrink: 0;" />
<h3>{source.name}</h3>
</summary>
<ul>
@@ -76,7 +76,7 @@
}
h3 {
color: hsl(0deg 0% 85%);
color: hsl(0deg 0% 90%);
font-size: 11px;
font-weight: 500;
margin: 0;

View File

@@ -70,6 +70,8 @@
<style>
ol {
color: hsl(0deg 0% 90%);
list-style: none;
margin: 0;
padding: 0;

View File

@@ -133,6 +133,8 @@
<style>
ol {
color: hsl(0deg 0% 90%);
list-style: none;
margin: 0;
padding: 0;

View File

@@ -16,6 +16,7 @@
stroke-width="1.5"
{stroke}
width={size}
{...rest}
>
<path
stroke-linecap="round"