feat: configure search engines in user settings p2

This commit is contained in:
frosty
2026-04-01 22:40:10 +03:00
parent 8176078105
commit 1382d73d53
5 changed files with 26 additions and 0 deletions

View File

@@ -815,6 +815,13 @@ header .logo-link:hover {
border-color:var(--accent);
}
.settings-checkbox {
width:18px;
height:18px;
accent-color:var(--accent);
cursor:pointer;
}
.settings-actions {
display:flex;
gap:12px;