From 18e6bde91fa7e00463aa208a742bf375776de460 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 6 Feb 2025 15:14:55 +0530 Subject: [PATCH] Top bar pseudo sel --- .../photos/src/components/PhotoViewer/index.tsx | 11 +++++++++++ web/apps/photos/src/styles/global.css | 14 ++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/web/apps/photos/src/components/PhotoViewer/index.tsx b/web/apps/photos/src/components/PhotoViewer/index.tsx index 7ba610e616..46306ccbbe 100644 --- a/web/apps/photos/src/components/PhotoViewer/index.tsx +++ b/web/apps/photos/src/components/PhotoViewer/index.tsx @@ -805,6 +805,17 @@ export const PhotoViewer: React.FC = ({
+ {/* {wipDesktopCustomTitlebar && ( +
+ )} */}
* { position: absolute; transition: opacity 1s ease;