Skip to content

Commit c7e3de9

Browse files
committed
delete unused assets
1 parent c810a32 commit c7e3de9

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

assets/images/ai-stars.svg

Lines changed: 0 additions & 14 deletions
This file was deleted.

assets/images/search-ai.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

layouts/partials/search-bar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
const containerRect = document.getElementById('search-bar-container').getBoundingClientRect();
3838
const rect = $refs.searchBarRef.getBoundingClientRect();
3939
$el.style.top = (rect.bottom + window.scrollY + 9) + 'px';
40-
$el.style.left = (containerRect.right - 600) + 'px';
40+
$el.style.left = (containerRect.right - 575) + 'px';
4141
$el.style.width = '600px';
4242
}
4343
})" x-effect="if (open) {
4444
const containerRect = document.getElementById('search-bar-container').getBoundingClientRect();
4545
const rect = $refs.searchBarRef.getBoundingClientRect();
4646
$el.style.top = (rect.bottom + window.scrollY + 9) + 'px';
47-
$el.style.left = (containerRect.right - 600) + 'px';
47+
$el.style.left = (containerRect.right - 575) + 'px';
4848
$el.style.width = '600px';
4949
}"
5050
class="font-medium text-gray-400 dark:text-gray-200 bg-gray-50 dark:bg-gray-900 rounded-sm mt-1 border-1 border-gray-100 dark:border-gray-700 fixed z-[999] max-w-xl p-6 shadow-md">

0 commit comments

Comments
 (0)