Commit bebbcf5
authored
fix(networkLogo): match NetworkIcon size so logo doesn't resize on collapse (#12)
NavigationDesktop swaps NetworkLogo (expanded) for NetworkIcon
(collapsed). With NetworkLogo at h=48px and NetworkIcon at 60x60
(after #9), toggling the sidebar visibly shrunk/grew the Rayls logo.
Bump NetworkLogo height to 60px (and the LogoFallback skeleton to
match) so both states render at the same size — the user only sees
the menu text expand/collapse, not the logo morph.1 parent 9a68b93 commit bebbcf5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments