Include tailwind bg-black/white, greedy ping regex, adjust position

This commit is contained in:
shamoon 2023-10-05 09:28:31 -07:00
parent b765330b4a
commit 4f41be512c
5 changed files with 12 additions and 9 deletions

View file

@ -77,7 +77,7 @@ export default function Item({ service, group }) {
</div>
)}
<div className={`absolute top-0 right-0 flex flex-row justify-end ${statusStyle === 'dot' ? 'gap-0' : 'gap-2'} mr-2 z-30 service-tags`}>
<div className={`absolute top-0 right-0 flex flex-row justify-end ${statusStyle === 'dot' ? 'gap-0' : 'gap-2 mr-2'} z-30 service-tags`}>
{service.ping && (
<div className="flex-shrink-0 flex items-center justify-center service-tag service-ping">
<Ping group={group} service={service.name} style={statusStyle} />