Skip to content

Commit 8530ee3

Browse files
committed
fix: decrease icon size
1 parent 212e424 commit 8530ee3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/pages/[[owner]]/[[repo]]/index.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const openState = reactive<Record<string, boolean>>({})
8585
</option>
8686
</select>
8787
<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"
8989
/>
9090
</label>
9191
</form>
@@ -105,7 +105,7 @@ const openState = reactive<Record<string, boolean>>({})
105105
class="flex flex-row gap-2 leading-tightest no-underline color-current"
106106
>
107107
<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"
109109
/>
110110
<div class="rounded-full h-4 bg-gray-500 w-70" />
111111
</div>
@@ -121,7 +121,7 @@ const openState = reactive<Record<string, boolean>>({})
121121
</h2>
122122
<p class="flex flex-row gap-2 leading-tightest">
123123
<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"
125125
/>
126126
no clusters could be identified
127127
</p>
@@ -143,7 +143,7 @@ const openState = reactive<Record<string, boolean>>({})
143143
class="flex flex-row gap-2 leading-tightest"
144144
>
145145
<span
146-
class="flex-shrink-0 inline-block w-6 h-6"
146+
class="flex-shrink-0 inline-block w-5 h-5"
147147
: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']"
148148
/>
149149
<div class="flex flex-row gap-2 flex-wrap md:flex-nowrap md:pb-6 flex-grow">

0 commit comments

Comments
 (0)