@@ -85,7 +85,7 @@ const openState = reactive<Record<string, boolean>>({})
85
85
</option >
86
86
</select >
87
87
<span
88
- class =" absolute ml-2 text-gray-400 flex-shrink-0 i-tabler-search inline-block w-6 h-6 "
88
+ class =" absolute ml-2 text-gray-400 flex-shrink-0 i-tabler-search inline-block w-5 h-5 "
89
89
/>
90
90
</label >
91
91
</form >
@@ -105,7 +105,7 @@ const openState = reactive<Record<string, boolean>>({})
105
105
class =" flex flex-row gap-2 leading-tightest no-underline color-current"
106
106
>
107
107
<span
108
- class =" flex-shrink-0 text-gray-500 i-tabler-circle-dot inline-block w-6 h-6 "
108
+ class =" flex-shrink-0 text-gray-500 i-tabler-circle-dot inline-block w-5 h-5 "
109
109
/>
110
110
<div class =" rounded-full h-4 bg-gray-500 w-70" />
111
111
</div >
@@ -121,7 +121,7 @@ const openState = reactive<Record<string, boolean>>({})
121
121
</h2 >
122
122
<p class =" flex flex-row gap-2 leading-tightest" >
123
123
<span
124
- class =" flex-shrink-0 text-gray-400 i-tabler-alert-triangle inline-block w-6 h-6 "
124
+ class =" flex-shrink-0 text-gray-400 i-tabler-alert-triangle inline-block w-5 h-5 "
125
125
/>
126
126
no clusters could be identified
127
127
</p >
@@ -143,7 +143,7 @@ const openState = reactive<Record<string, boolean>>({})
143
143
class =" flex flex-row gap-2 leading-tightest"
144
144
>
145
145
<span
146
- class =" flex-shrink-0 inline-block w-6 h-6 "
146
+ class =" flex-shrink-0 inline-block w-5 h-5 "
147
147
:class =" [stateColors[issue.state] || 'text-gray-400', issue.pull_request ? 'i-tabler-git-pull-request' : issue.state === 'closed' ? 'i-tabler-circle-check' : 'i-tabler-circle-dot']"
148
148
/>
149
149
<div class =" flex flex-row gap-2 flex-wrap md:flex-nowrap md:pb-6 flex-grow" >
0 commit comments