Center settings search text and move search icon right
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:16:11 +02:00
parent f05c08d49c
commit e81b44e483
3 changed files with 9 additions and 2 deletions
+3 -2
View File
@@ -980,7 +980,7 @@ body.col-resizing, body.col-resizing * { cursor: col-resize !important; user-sel
}
.settings-search-icon {
position: absolute;
left: 10px;
right: 12px;
top: 50%;
width: 14px;
height: 14px;
@@ -1005,7 +1005,8 @@ body.col-resizing, body.col-resizing * { cursor: col-resize !important; user-sel
width: 100%;
height: 40px;
min-height: 40px;
padding: 0 10px 0 32px;
padding: 0 32px;
text-align: center;
border: 1px solid var(--border);
border-radius: 8px;
background: var(--bg-input);