minor UI nits

This commit is contained in:
Egor 2026-02-17 19:05:41 -08:00
parent cd5f8e39c4
commit ba032f72cc
2 changed files with 2 additions and 3 deletions

View file

@ -353,7 +353,7 @@ details[open] > .card-header::before {
background: none;
border: none;
color: inherit;
font-size: 1.1em;
font-size: 1em;
font-weight: bold;
cursor: pointer;
padding: 0 0.25rem;

View file

@ -16,7 +16,6 @@
hx-target="#apps-list"
hx-swap="innerHTML">
{{.Label}}
<span class="tooltip">{{if (index .Subscriptions 0).Tooltip}}{{(index .Subscriptions 0).Tooltip}}{{else}}Click to disable{{end}}</span>
</button>
{{else}}
<button type="button" class="channel-badge channel-{{.Channel}} badge-inactive"
@ -36,7 +35,7 @@
hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}"
hx-target="#apps-list"
hx-swap="innerHTML"
hx-confirm="Delete this subscription?">×</button>
hx-confirm="Delete this channel?">×</button>
</span>
{{end}}
{{end}}