fix(skill-icon): center inner svg so size-override callers stay aligned

This commit is contained in:
matevip 2026-05-04 18:30:22 +08:00
parent be1fc86836
commit b15835ec4f

View File

@ -87,6 +87,8 @@ const sizeClass = computed(() => {
* inner svg so the wrapper's flex centering works. */
.skill-icon__svg {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}