diff --git a/src/webpage/style.css b/src/webpage/style.css index 04f5d99..b27f670 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -1349,6 +1349,8 @@ span.instanceStatus { .searchBox:empty::after { content: var(--hint-text); color: var(--primary-text-soft); + position: absolute; + top: 4px; } .searchBox { white-space: nowrap;