Ananth alamin655 commited on
Commit
6268291
β€’
1 Parent(s): 4cd1810

πŸ’„ Spacing between the names of the search engines in the search results (#422)

Browse files

* spacing between names fixed

* πŸ”– chore(release): bump the app version (#422)

* πŸ”– chore(release): bump the app version (#422)

---------

Co-authored-by: alamin655 <[email protected]>

Files changed (3) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +1 -1
  3. public/static/themes/simple.css +3 -0
Cargo.lock CHANGED
@@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
4066
 
4067
  [[package]]
4068
  name = "websurfx"
4069
- version = "1.4.0"
4070
  dependencies = [
4071
  "actix-cors",
4072
  "actix-files",
 
4066
 
4067
  [[package]]
4068
  name = "websurfx"
4069
+ version = "1.4.1"
4070
  dependencies = [
4071
  "actix-cors",
4072
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.4.0"
4
  edition = "2021"
5
  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."
6
  repository = "https://github.com/neon-mmd/websurfx"
 
1
  [package]
2
  name = "websurfx"
3
+ version = "1.4.1"
4
  edition = "2021"
5
  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."
6
  repository = "https://github.com/neon-mmd/websurfx"
public/static/themes/simple.css CHANGED
@@ -326,6 +326,9 @@ footer {
326
  font-size: 1.2rem;
327
  padding: 1rem;
328
  color: var(--color-five);
 
 
 
329
  }
330
 
331
  /* Styles for the 404 page */
 
326
  font-size: 1.2rem;
327
  padding: 1rem;
328
  color: var(--color-five);
329
+ display: flex;
330
+ gap: 1rem;
331
+ justify-content: right;
332
  }
333
 
334
  /* Styles for the 404 page */