Tighten Gemini expansion and unify crop slider
build-push / docker (push) Successful in 4m15s

This commit is contained in:
AI Assistant
2026-03-13 11:11:57 +09:00
parent 129507357e
commit c4b70003f6
4 changed files with 138 additions and 87 deletions
+4 -30
View File
@@ -26,34 +26,8 @@ body {
-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);
.dual-slider__thumb {
touch-action: none;
cursor: ew-resize;
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}