mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
Use tabular nums for item stats
Potentially worth adding additional padding, but this is a small win
This commit is contained in:
@@ -508,7 +508,7 @@ useEventListener(document.body, 'keydown', (e: KeyboardEvent) => {
|
||||
<div
|
||||
v-for="({ content, iconClass }, index) in itemStats"
|
||||
:key="index"
|
||||
class="flex items-center justify-items-center gap-1"
|
||||
class="flex items-center justify-items-center gap-1 tabular-nums"
|
||||
>
|
||||
<i v-if="iconClass" :class="iconClass" />
|
||||
{{ content }}
|
||||
|
||||
Reference in New Issue
Block a user