diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 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 deleted file mode 100644 index 24643cc..0000000 --- a/.idea/mercury.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index acc4ee2..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/public/mercury.svg b/public/mercury.svg deleted file mode 100644 index ed62e71..0000000 --- a/public/mercury.svg +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/components/Search.astro b/src/components/Search.astro index 509dd52..5d09aad 100644 --- a/src/components/Search.astro +++ b/src/components/Search.astro @@ -87,6 +87,7 @@ font-family: var(--font-mono); font-size: 1rem; padding: 0.5rem; + width: 100%; outline: none; } diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 714219e..f56123e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props;