fix: increase profile icon size when logged out

- Change .profile-avatar svg font-size from 1rem to 1.25rem
- Matches size of other icon buttons in sidebar header
This commit is contained in:
Gigi
2025-10-13 08:54:18 +02:00
parent 6ea8c0d40e
commit b09ae3bae3

View File

@@ -221,7 +221,7 @@ body.mobile-sidebar-open {
}
.profile-avatar svg {
font-size: 1rem;
font-size: 1.25rem;
}
.sidebar-header-bar .toggle-sidebar-btn {