mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-15 11:58:34 +08:00
fix(skill-icon): center inner svg so size-override callers stay aligned
This commit is contained in:
parent
be1fc86836
commit
b15835ec4f
@ -87,6 +87,8 @@ const sizeClass = computed(() => {
|
|||||||
* inner svg so the wrapper's flex centering works. */
|
* inner svg so the wrapper's flex centering works. */
|
||||||
.skill-icon__svg {
|
.skill-icon__svg {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user