From f91491fb640173f9254cd3ba1e80ff1fe2e65db9 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Wed, 31 Jan 2024 19:49:10 +0800 Subject: [PATCH] feat(directory): slight update on office update style --- directory/src/routes/path/Home.jsx | 2 +- directory/src/scss/home/Home.module.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/directory/src/routes/path/Home.jsx b/directory/src/routes/path/Home.jsx index 2b35d00..9d1e159 100644 --- a/directory/src/routes/path/Home.jsx +++ b/directory/src/routes/path/Home.jsx @@ -169,7 +169,7 @@ export default function Home() { { officalUpdate.length > operators.length && (
-
+
{officalUpdate.length - operators.length} {i18n("new_op_wait_to_update")}
diff --git a/directory/src/scss/home/Home.module.scss b/directory/src/scss/home/Home.module.scss index c7756bb..9335d64 100644 --- a/directory/src/scss/home/Home.module.scss +++ b/directory/src/scss/home/Home.module.scss @@ -1,10 +1,6 @@ @use "@/scss/_page_base.scss"; .offical-update { - flex-direction: column; - align-items: stretch; - padding: 1rem; - .info { display: flex; flex-direction: column;