fix: little ui bugs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -70,6 +70,8 @@
|
||||
|
||||
<style>
|
||||
ol {
|
||||
color: hsl(0deg 0% 90%);
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
@@ -133,6 +133,8 @@
|
||||
|
||||
<style>
|
||||
ol {
|
||||
color: hsl(0deg 0% 90%);
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
stroke-width="1.5"
|
||||
{stroke}
|
||||
width={size}
|
||||
{...rest}
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
|
||||
Reference in New Issue
Block a user