Skip to content

Commit

Permalink
feat: internal comm
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 8, 2024
1 parent 8f61992 commit fb73d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async function startEventsLoading(subId, deadline) {
}

const templateEvent = (txt, time, srcUrl, link) => `
<div class="p-1 shadow-xs border space-x-1 dark:border-gray-600 h-12 w-80 sm:w-[624px]">
<div class="p-1 shadow-xs border space-x-1 dark:border-gray-600 h-12 w-80 sm:w-[624px] flex">
<a href="${link}" target="_blank">
<p class="text-gray-700 dark:text-gray-300 hover:text-blue-500 truncate">
${txt}
Expand Down

0 comments on commit fb73d48

Please sign in to comment.