mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +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;
|
||||
}
|
||||
|
||||
.tabIcon {
|
||||
width: 1.28em;
|
||||
}
|
||||
|
||||
.tabIcon + .tabTitle {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue