chore: stabilize icon width on PageHeader

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-06 14:07:37 +09:00
parent 56a602f67c
commit dd5c0da440
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99

View file

@ -220,6 +220,10 @@ onUnmounted(() => {
align-items: center;
}
.tabIcon {
width: 1.28em;
}
.tabIcon + .tabTitle {
padding-left: 4px;
}