From 62682911fc90f38bd2737fce8dd1fcf683a0519c Mon Sep 17 00:00:00 2001 From: Ananth <136650032+KekmaTime@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:45:06 +0530 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=92=84=20Spacing=20between=20the=20nam?= =?UTF-8?q?es=20of=20the=20search=20engines=20in=20the=20search=20results?= =?UTF-8?q?=20(#422)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * spacing between names fixed * 🔖 chore(release): bump the app version (#422) * 🔖 chore(release): bump the app version (#422) --------- Co-authored-by: alamin655 --- Cargo.lock | 2 +- Cargo.toml | 2 +- public/static/themes/simple.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bc2c36..5b90273 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.4.0" +version = "1.4.1" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 3a0beb7..4851f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.4.0" +version = "1.4.1" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 5eb8949..5388161 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -326,6 +326,9 @@ footer { font-size: 1.2rem; padding: 1rem; color: var(--color-five); + display: flex; + gap: 1rem; + justify-content: right; } /* Styles for the 404 page */