From 4f28851f7725bc2ea13cc584f07a70663b976d57 Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 1 May 2025 17:43:25 +0800 Subject: [PATCH 1/3] fix: search bar layout --- src/components/Search.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Search.astro b/src/components/Search.astro index 5d09aad..509dd52 100644 --- a/src/components/Search.astro +++ b/src/components/Search.astro @@ -87,7 +87,6 @@ font-family: var(--font-mono); font-size: 1rem; padding: 0.5rem; - width: 100%; outline: none; } From 2a25b1071b3050163aa96704687a83387fc04e89 Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 1 May 2025 17:43:46 +0800 Subject: [PATCH 2/3] feat: change the footer --- public/mercury.svg | 2 ++ src/layouts/Layout.astro | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/mercury.svg diff --git a/public/mercury.svg b/public/mercury.svg new file mode 100644 index 0000000..ed62e71 --- /dev/null +++ b/public/mercury.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f56123e..714219e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props; From 534abd91e3ea808128fe4c7c85d38c0a78153ebb Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 1 May 2025 17:44:17 +0800 Subject: [PATCH 3/3] chore: add idea config --- .idea/.gitignore | 8 ++++++++ .idea/mercury.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 34 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/mercury.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/mercury.iml b/.idea/mercury.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/mercury.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..acc4ee2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file