Switch search backend to SearXNG
build-push / docker (push) Has been cancelled

This commit is contained in:
AI Assistant
2026-03-13 10:10:13 +09:00
parent 6734887fc6
commit ee316de7ab
8 changed files with 466 additions and 199 deletions
+32
View File
@@ -25,3 +25,35 @@ body {
.line-clamp-3 {
-webkit-line-clamp: 3;
}
.slider-thumb::-webkit-slider-thumb {
-webkit-appearance: none;
height: 18px;
width: 18px;
border-radius: 9999px;
border: 2px solid #09090b;
background: #fafafa;
cursor: pointer;
margin-top: -7px;
}
.slider-thumb::-moz-range-thumb {
height: 18px;
width: 18px;
border-radius: 9999px;
border: 2px solid #09090b;
background: #fafafa;
cursor: pointer;
}
.slider-thumb::-webkit-slider-runnable-track {
height: 4px;
border-radius: 9999px;
background: rgba(255, 255, 255, 0.18);
}
.slider-thumb::-moz-range-track {
height: 4px;
border-radius: 9999px;
background: rgba(255, 255, 255, 0.18);
}