File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 data-sveltekit-noscroll
5757 data-sveltekit-preload-data =" tap"
5858 href =" {base }/conversation/ {conv .id }"
59- class =" group flex h-[2.15rem ] flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 max-sm:h-10
59+ class =" group flex h-[2.08rem ] flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 max-sm:h-10
6060 {conv.id === page.params.id ? 'bg-gray-100 dark:bg-gray-700' : ''}"
6161 onclick ={(e ) => {
6262 if (e .detail >= 2 ) {
Original file line number Diff line number Diff line change 217217 {/if }
218218 <a
219219 href =" {base }/models"
220- class =" flex h-9 flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
220+ class =" flex h-9 flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-500 hover:bg-gray-100 sm:h-[2.08rem] dark:text-gray-400 dark:hover:bg-gray-700"
221221 onclick ={handleNavItemClick }
222222 >
223223 Models
230230 {#if user ?.username || user ?.email }
231231 <button
232232 onclick ={() => (showMcpModal = true )}
233- class =" flex h-9 flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
233+ class =" flex h-9 flex-none items-center gap-1.5 rounded-lg pl-2.5 pr-2 text-gray-500 hover:bg-gray-100 sm:h-[2.08rem] dark:text-gray-400 dark:hover:bg-gray-700"
234234 >
235235 MCP Servers
236236 {#if $enabledServersCount > 0 }
You can’t perform that action at this time.
0 commit comments