diff --git a/web/apps/photos/src/pages/shared-albums.tsx b/web/apps/photos/src/pages/shared-albums.tsx index 0c291d9df1..5c4f5e8dd7 100644 --- a/web/apps/photos/src/pages/shared-albums.tsx +++ b/web/apps/photos/src/pages/shared-albums.tsx @@ -593,6 +593,8 @@ const SharedAlbumNavbar: React.FC = ({ ); const EnteLogoLink = styled("a")(({ theme }) => ({ + // Remove the excess space at the top. + svg: { verticalAlign: "bottom" }, color: theme.colors.text.base, ":hover": { color: theme.palette.accent.main,