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 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/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; } 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;