mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 02:59:50 +00:00
Include tailwind bg-black/white, greedy ping regex, adjust position
This commit is contained in:
parent
b765330b4a
commit
4f41be512c
5 changed files with 12 additions and 9 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue