diff --git a/src/components/AppLayout/components/Html.astro b/src/components/AppLayout/components/Html.astro index 5d07728..5bd1dba 100644 --- a/src/components/AppLayout/components/Html.astro +++ b/src/components/AppLayout/components/Html.astro @@ -560,6 +560,7 @@ const { currentTheme } = Astro.locals; * { scrollbar-width: thin; scrollbar-color: var(--color-base-650) transparent; + -webkit-tap-highlight-color: transparent; } *::selection { diff --git a/src/pages/[locale]/recorders/[id].astro b/src/pages/[locale]/recorders/[id].astro index 307fc11..b9b5a24 100644 --- a/src/pages/[locale]/recorders/[id].astro +++ b/src/pages/[locale]/recorders/[id].astro @@ -90,7 +90,6 @@ if (languages.length > 0) { max-width: min(35rem, 100%); max-height: 50vh; overflow: hidden; - margin-bottom: 2em; border-radius: 16px; transition: 100ms scale; @@ -104,8 +103,4 @@ if (languages.length > 0) { scale: 102%; } } - - #info { - margin-top: 2em; - }