diff --git a/app/src/main/assets/webui/index.html b/app/src/main/assets/webui/index.html index b15a64e..c41478a 100644 --- a/app/src/main/assets/webui/index.html +++ b/app/src/main/assets/webui/index.html @@ -242,6 +242,15 @@ z-index: 100; } + + .input-hint { + display: block; + margin-top: -8px; + margin-bottom: 12px; + font-size: 12px; + color: #888; + } + .modal { background: var(--bg-secondary); border-radius: 16px; @@ -315,7 +324,8 @@