add local file serach in to header menu

This commit is contained in:
smanylov
2026-03-13 17:29:52 +07:00
parent 8c52839c02
commit 00c4f4062d
11 changed files with 395 additions and 38 deletions
+12
View File
@@ -4689,4 +4689,16 @@
&-item {
text-align: center;
}
}
.local-file-check {
margin-right: auto;
position: relative;
display: flex;
gap: 5px;
align-items: center;
.local-file-check-result {
cursor: pointer;
}
}