show cap message when down_pct hits start capital limit

This commit is contained in:
Johannes
2026-03-20 02:42:26 +01:00
parent f4e6c4101b
commit db4a25ece9
3 changed files with 13 additions and 2 deletions

View File

@@ -135,6 +135,14 @@ label {
font-weight: 400;
}
.cap-msg {
font-size: 0.72rem;
color: var(--text-hint);
display: none;
}
.cap-msg.visible { display: block; }
/* ===== Slider row ===== */
.slider-row {
display: flex;