diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index b4ea3cd43..cba3b6387 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -77,8 +77,8 @@ const GlobalStyles = createGlobalStyle` .live-photo-container > button { position: absolute; - bottom: 10vh; - left: calc(50% - 20px); + top: 6vh; + left: 4vh; height: 40px; width: 80px; background: #d7d7d7;