mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 08:10:24 +01:00
chore: stabilize icon width on PageHeader
This commit is contained in:
parent
56a602f67c
commit
dd5c0da440
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ onUnmounted(() => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabIcon {
|
||||||
|
width: 1.28em;
|
||||||
|
}
|
||||||
|
|
||||||
.tabIcon + .tabTitle {
|
.tabIcon + .tabTitle {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue