File tree Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Expand file tree Collapse file tree 3 files changed +2
-25
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments