From 7016c8940ceeba5255f735940ad34f123ad4a1e9 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 29 Sep 2023 17:17:24 +0300 Subject: [PATCH] docs: fix design issues (#5252) * docs: fix design issues * fix commands in installation tabs --- www/apps/api-reference/css/globals.css | 14 -------------- www/apps/ui/src/components/package-install.tsx | 4 ++-- .../docs-ui/src/components/CodeTabs/index.tsx | 4 ++-- www/packages/tailwind/base.tailwind.config.js | 8 ++++++++ 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/www/apps/api-reference/css/globals.css b/www/apps/api-reference/css/globals.css index 704966821b..88cbdb7db1 100644 --- a/www/apps/api-reference/css/globals.css +++ b/www/apps/api-reference/css/globals.css @@ -50,18 +50,4 @@ body[data-modal="opened"] { @apply !overflow-hidden; } -} - -@layer utilities { - .clip { - clip-path: inset(0); - } - - .no-marker { - @apply marker:content-none; - } - - .no-marker::-webkit-details-marker { - @apply hidden; - } } \ No newline at end of file diff --git a/www/apps/ui/src/components/package-install.tsx b/www/apps/ui/src/components/package-install.tsx index 409b072ced..d60c930753 100644 --- a/www/apps/ui/src/components/package-install.tsx +++ b/www/apps/ui/src/components/package-install.tsx @@ -23,8 +23,8 @@ const PackageInstall = ({ return ( @@ -87,7 +87,7 @@ export const CodeTabs = ({