This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Commit 454d9a8
committed
fix: avatar not showing in collapsed sidebar
The CSS rule .sidebar-footer > div:not(.user-info) was hiding the
.sidebar-user-wrapper (which contains the avatar) because it doesn't
have the .user-info class. Changed selector to div:not(.sidebar-user-wrapper).1 parent 37592bb commit 454d9a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
0 commit comments