Spaces:
Running
Running
Merge pull request #389 from neon-mmd/rolling-cf-autofix
Browse files- Cargo.lock +1 -1
- Cargo.toml +1 -1
- public/static/colorschemes/catppuccin-mocha.css +1 -1
- public/static/colorschemes/dark-chocolate.css +5 -5
- public/static/colorschemes/dracula.css +2 -2
- public/static/colorschemes/gruvbox-dark.css +1 -1
- public/static/colorschemes/monokai.css +1 -1
- public/static/themes/simple.css +16 -17
Cargo.lock
CHANGED
@@ -4099,7 +4099,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
4099 |
|
4100 |
[[package]]
|
4101 |
name = "websurfx"
|
4102 |
-
version = "1.2.
|
4103 |
dependencies = [
|
4104 |
"actix-cors",
|
4105 |
"actix-files",
|
|
|
4099 |
|
4100 |
[[package]]
|
4101 |
name = "websurfx"
|
4102 |
+
version = "1.2.29"
|
4103 |
dependencies = [
|
4104 |
"actix-cors",
|
4105 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.2.
|
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.2.29"
|
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/colorschemes/catppuccin-mocha.css
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
--color-four: #f9e2af;
|
8 |
--color-five: #89b4fa;
|
9 |
--color-six: #f5c2e7;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
7 |
--color-four: #f9e2af;
|
8 |
--color-five: #89b4fa;
|
9 |
--color-six: #f5c2e7;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/dark-chocolate.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
-
--background-color: #
|
3 |
-
--foreground-color: #
|
4 |
--color-one: #121212;
|
5 |
--color-two: #808080;
|
6 |
-
--color-three: #
|
7 |
-
--color-four: #
|
8 |
--color-five: #bfbfbf;
|
9 |
--color-six: #e0e0e0;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
+
--background-color: #000;
|
3 |
+
--foreground-color: #fff;
|
4 |
--color-one: #121212;
|
5 |
--color-two: #808080;
|
6 |
+
--color-three: #999;
|
7 |
+
--color-four: #666;
|
8 |
--color-five: #bfbfbf;
|
9 |
--color-six: #e0e0e0;
|
10 |
+
--color-seven: #555;
|
11 |
}
|
public/static/colorschemes/dracula.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
:root {
|
2 |
--background-color: #44475a;
|
3 |
--foreground-color: #8be9fd;
|
4 |
-
--color-one: #
|
5 |
--color-two: #50fa7b;
|
6 |
--color-three: #ffb86c;
|
7 |
--color-four: #bd93f9;
|
8 |
--color-five: #ff79c6;
|
9 |
--color-six: #94a3a5;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
1 |
:root {
|
2 |
--background-color: #44475a;
|
3 |
--foreground-color: #8be9fd;
|
4 |
+
--color-one: #f55;
|
5 |
--color-two: #50fa7b;
|
6 |
--color-three: #ffb86c;
|
7 |
--color-four: #bd93f9;
|
8 |
--color-five: #ff79c6;
|
9 |
--color-six: #94a3a5;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/gruvbox-dark.css
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
--color-four: #458588;
|
8 |
--color-five: #b16286;
|
9 |
--color-six: #689d6a;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
7 |
--color-four: #458588;
|
8 |
--color-five: #b16286;
|
9 |
--color-six: #689d6a;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/colorschemes/monokai.css
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
--color-four: #fc9867;
|
8 |
--color-five: #ab9df2;
|
9 |
--color-six: #78dce8;
|
10 |
-
--color-seven: #
|
11 |
}
|
|
|
7 |
--color-four: #fc9867;
|
8 |
--color-five: #ab9df2;
|
9 |
--color-six: #78dce8;
|
10 |
+
--color-seven: #fff;
|
11 |
}
|
public/static/themes/simple.css
CHANGED
@@ -45,7 +45,7 @@ body {
|
|
45 |
height: 3rem;
|
46 |
outline: none;
|
47 |
border: none;
|
48 |
-
box-shadow:
|
49 |
background: var(--foreground-color);
|
50 |
}
|
51 |
|
@@ -126,9 +126,11 @@ body {
|
|
126 |
min-height: 20rem;
|
127 |
min-width: 22rem;
|
128 |
}
|
|
|
129 |
.error_box .dropdown_error_box.show {
|
130 |
display: flex;
|
131 |
}
|
|
|
132 |
.error_box .dropdown_error_box .error_item,
|
133 |
.error_box .dropdown_error_box .no_errors {
|
134 |
display: flex;
|
@@ -138,22 +140,25 @@ body {
|
|
138 |
padding: 1rem;
|
139 |
font-size: 1.2rem;
|
140 |
}
|
|
|
141 |
.error_box .dropdown_error_box .error_item {
|
142 |
justify-content: space-between;
|
143 |
}
|
|
|
144 |
.error_box .dropdown_error_box .no_errors {
|
145 |
min-height: 18rem;
|
146 |
justify-content: center;
|
147 |
}
|
148 |
|
149 |
.error_box .dropdown_error_box .error_item:hover {
|
150 |
-
box-shadow: inset 0 0 100px 100px
|
151 |
}
|
152 |
|
153 |
.error_box .error_item .severity_color {
|
154 |
width: 1.2rem;
|
155 |
height: 1.2rem;
|
156 |
}
|
|
|
157 |
.results .result_disallowed,
|
158 |
.results .result_filtered,
|
159 |
.results .result_engine_not_selected {
|
@@ -163,7 +168,7 @@ body {
|
|
163 |
gap: 10rem;
|
164 |
font-size: 2rem;
|
165 |
color: var(--foreground-color);
|
166 |
-
margin:
|
167 |
}
|
168 |
|
169 |
.results .result_disallowed .user_query,
|
@@ -367,7 +372,7 @@ footer {
|
|
367 |
}
|
368 |
|
369 |
.page_navigation {
|
370 |
-
padding: 0 0 2rem
|
371 |
display: flex;
|
372 |
justify-content: space-between;
|
373 |
align-items: center;
|
@@ -441,7 +446,7 @@ footer {
|
|
441 |
|
442 |
.settings hr {
|
443 |
border-color: var(--color-three);
|
444 |
-
margin: 0.3rem 0 1rem
|
445 |
}
|
446 |
|
447 |
.settings_container .sidebar {
|
@@ -564,10 +569,11 @@ footer {
|
|
564 |
}
|
565 |
|
566 |
.settings_container .cookies input {
|
567 |
-
margin: 1rem
|
568 |
}
|
569 |
|
570 |
/* Styles for the toggle button */
|
|
|
571 |
/* The switch - the box around the slider */
|
572 |
.switch {
|
573 |
position: relative;
|
@@ -587,16 +593,12 @@ footer {
|
|
587 |
.slider {
|
588 |
position: absolute;
|
589 |
cursor: pointer;
|
590 |
-
|
591 |
-
left: 0;
|
592 |
-
right: 0;
|
593 |
-
bottom: 0;
|
594 |
background-color: var(--background-color);
|
595 |
-
-webkit-transition: 0.4s;
|
596 |
transition: 0.4s;
|
597 |
}
|
598 |
|
599 |
-
.slider
|
600 |
position: absolute;
|
601 |
content: '';
|
602 |
height: 2.6rem;
|
@@ -604,7 +606,6 @@ footer {
|
|
604 |
left: 0.4rem;
|
605 |
bottom: 0.4rem;
|
606 |
background-color: var(--foreground-color);
|
607 |
-
-webkit-transition: 0.4s;
|
608 |
transition: 0.4s;
|
609 |
}
|
610 |
|
@@ -616,9 +617,7 @@ input:focus + .slider {
|
|
616 |
box-shadow: 0 0 1px var(--color-three);
|
617 |
}
|
618 |
|
619 |
-
input:checked + .slider
|
620 |
-
-webkit-transform: translateX(2.6rem);
|
621 |
-
-ms-transform: translateX(2.6rem);
|
622 |
transform: translateX(2.6rem);
|
623 |
}
|
624 |
|
@@ -627,6 +626,6 @@ input:checked + .slider:before {
|
|
627 |
border-radius: 3.4rem;
|
628 |
}
|
629 |
|
630 |
-
.slider.round
|
631 |
border-radius: 50%;
|
632 |
}
|
|
|
45 |
height: 3rem;
|
46 |
outline: none;
|
47 |
border: none;
|
48 |
+
box-shadow: rgb(0 0 0 / 1);
|
49 |
background: var(--foreground-color);
|
50 |
}
|
51 |
|
|
|
126 |
min-height: 20rem;
|
127 |
min-width: 22rem;
|
128 |
}
|
129 |
+
|
130 |
.error_box .dropdown_error_box.show {
|
131 |
display: flex;
|
132 |
}
|
133 |
+
|
134 |
.error_box .dropdown_error_box .error_item,
|
135 |
.error_box .dropdown_error_box .no_errors {
|
136 |
display: flex;
|
|
|
140 |
padding: 1rem;
|
141 |
font-size: 1.2rem;
|
142 |
}
|
143 |
+
|
144 |
.error_box .dropdown_error_box .error_item {
|
145 |
justify-content: space-between;
|
146 |
}
|
147 |
+
|
148 |
.error_box .dropdown_error_box .no_errors {
|
149 |
min-height: 18rem;
|
150 |
justify-content: center;
|
151 |
}
|
152 |
|
153 |
.error_box .dropdown_error_box .error_item:hover {
|
154 |
+
box-shadow: inset 0 0 100px 100px rgb(255 255 255 / 0.1);
|
155 |
}
|
156 |
|
157 |
.error_box .error_item .severity_color {
|
158 |
width: 1.2rem;
|
159 |
height: 1.2rem;
|
160 |
}
|
161 |
+
|
162 |
.results .result_disallowed,
|
163 |
.results .result_filtered,
|
164 |
.results .result_engine_not_selected {
|
|
|
168 |
gap: 10rem;
|
169 |
font-size: 2rem;
|
170 |
color: var(--foreground-color);
|
171 |
+
margin: 0 7rem;
|
172 |
}
|
173 |
|
174 |
.results .result_disallowed .user_query,
|
|
|
372 |
}
|
373 |
|
374 |
.page_navigation {
|
375 |
+
padding: 0 0 2rem;
|
376 |
display: flex;
|
377 |
justify-content: space-between;
|
378 |
align-items: center;
|
|
|
446 |
|
447 |
.settings hr {
|
448 |
border-color: var(--color-three);
|
449 |
+
margin: 0.3rem 0 1rem;
|
450 |
}
|
451 |
|
452 |
.settings_container .sidebar {
|
|
|
569 |
}
|
570 |
|
571 |
.settings_container .cookies input {
|
572 |
+
margin: 1rem 0;
|
573 |
}
|
574 |
|
575 |
/* Styles for the toggle button */
|
576 |
+
|
577 |
/* The switch - the box around the slider */
|
578 |
.switch {
|
579 |
position: relative;
|
|
|
593 |
.slider {
|
594 |
position: absolute;
|
595 |
cursor: pointer;
|
596 |
+
inset: 0;
|
|
|
|
|
|
|
597 |
background-color: var(--background-color);
|
|
|
598 |
transition: 0.4s;
|
599 |
}
|
600 |
|
601 |
+
.slider::before {
|
602 |
position: absolute;
|
603 |
content: '';
|
604 |
height: 2.6rem;
|
|
|
606 |
left: 0.4rem;
|
607 |
bottom: 0.4rem;
|
608 |
background-color: var(--foreground-color);
|
|
|
609 |
transition: 0.4s;
|
610 |
}
|
611 |
|
|
|
617 |
box-shadow: 0 0 1px var(--color-three);
|
618 |
}
|
619 |
|
620 |
+
input:checked + .slider::before {
|
|
|
|
|
621 |
transform: translateX(2.6rem);
|
622 |
}
|
623 |
|
|
|
626 |
border-radius: 3.4rem;
|
627 |
}
|
628 |
|
629 |
+
.slider.round::before {
|
630 |
border-radius: 50%;
|
631 |
}
|