From 919ec17cd753bf3ff8136febf5b5a35f9c509723 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:54:20 +0200 Subject: [PATCH] Small fixes --- src/components/AppLayout/components/Html.astro | 1 + src/pages/[locale]/recorders/[id].astro | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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; - }