diff --git a/src/profiles/Profile.css b/src/profiles/Profile.css index 9b8e17a..fa506b7 100644 --- a/src/profiles/Profile.css +++ b/src/profiles/Profile.css @@ -12,16 +12,12 @@ .banner { width: 100%; - margin-top: calc(-1 * (var(--scaffold-topbar-height) + var(--safe-area-inset-top))); + margin-top: calc(-1 * var(--scaffold-topbar-height)); >img { object-fit: cover; width: 100%; height: 100%; - - &::before { - visibility: hidden; - } } }