From a5862c453a4b83e42c5295bce7a157b0944a89c3 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Sun, 9 Nov 2025 01:15:12 +0300 Subject: [PATCH] chore: synchronizing styles with the new version of prettier-plugin-tailwindcss --- .../Blog/BlogPostCard/index.module.css | 4 +- .../components/Common/Turtle/index.module.css | 8 ++-- .../Downloads/Release/ReleaseCodeBox.tsx | 2 +- apps/site/styles/locales.css | 6 +-- .../src/Common/Badge/index.module.css | 4 +- .../src/Common/BadgeGroup/index.module.css | 2 +- .../src/Common/BaseButton/index.module.css | 30 +++++++------- .../src/Common/BaseCodeBox/index.module.css | 4 +- .../PaginationListItem/index.module.css | 8 ++-- .../src/Common/ChangeHistory/index.module.css | 16 ++++---- .../Common/GlowingBackdrop/index.module.css | 2 +- .../Common/LanguageDropDown/index.module.css | 4 +- .../src/Common/Modal/index.module.css | 4 +- .../src/Common/Preview/index.module.css | 40 +++++++++---------- .../src/Common/Skeleton/index.module.css | 8 ++-- .../src/Common/Tabs/index.module.css | 4 +- .../src/Containers/Article/index.module.css | 8 ++-- .../Sidebar/SidebarGroup/index.module.css | 4 +- .../NotificationProvider/index.module.css | 2 +- .../ui-components/src/styles/markdown.css | 20 +++++----- 20 files changed, 90 insertions(+), 90 deletions(-) diff --git a/apps/site/components/Blog/BlogPostCard/index.module.css b/apps/site/components/Blog/BlogPostCard/index.module.css index 166f694e85505..53ec2686369f0 100644 --- a/apps/site/components/Blog/BlogPostCard/index.module.css +++ b/apps/site/components/Blog/BlogPostCard/index.module.css @@ -6,8 +6,8 @@ } .subtitle { - @apply mb-2 - mt-6 + @apply mt-6 + mb-2 inline-block text-xs font-semibold diff --git a/apps/site/components/Common/Turtle/index.module.css b/apps/site/components/Common/Turtle/index.module.css index 6bbeefdbd9bb2..82bacb8ee7d5e 100644 --- a/apps/site/components/Common/Turtle/index.module.css +++ b/apps/site/components/Common/Turtle/index.module.css @@ -8,20 +8,20 @@ translate-x-0 translate-y-0 after:absolute - after:-left-full after:top-[20%] + after:-left-full after:-z-10 after:block after:h-36 after:w-36 after:-rotate-90 - after:select-none after:bg-[url('/static/images/smoke.gif')] after:opacity-[0.15] after:content-[''] + after:select-none motion-reduce:animate-none - after:md:-left-1/2 - after:md:top-1/2; + after:md:top-1/2 + after:md:-left-1/2; } .image { diff --git a/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx b/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx index 63b9f57256d61..a3792cd7c0135 100644 --- a/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx +++ b/apps/site/components/Downloads/Release/ReleaseCodeBox.tsx @@ -128,7 +128,7 @@ const ReleaseCodeBox: FC = () => { const isLoading = context.os === 'LOADING' || context.installMethod === ''; return ( -
+
{/* NoScript warning */}