mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +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. */
|
||||
.skill-icon__svg {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user