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
1 changed files with 4 additions and 0 deletions

View File

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