slight css update

This commit is contained in:
MathMan05 2025-05-13 10:56:31 -05:00
parent 2ffc0ca94c
commit 566047d15f

View file

@ -1349,6 +1349,8 @@ span.instanceStatus {
.searchBox:empty::after { .searchBox:empty::after {
content: var(--hint-text); content: var(--hint-text);
color: var(--primary-text-soft); color: var(--primary-text-soft);
position: absolute;
top: 4px;
} }
.searchBox { .searchBox {
white-space: nowrap; white-space: nowrap;