1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

remove now-unnecessary item class

This commit is contained in:
silverwind
2024-04-27 17:11:23 +02:00
parent a6e746adb3
commit e6c9ba8435

View File

@@ -83,7 +83,7 @@
<span class="only-mobile tw-ml-2">{{ctx.Locale.Tr "active_stopwatch"}}</span>
</a>
<div class="active-stopwatch-popup tippy-target">
<div class="tw-flex tw-items-center item tw-gap-2 tw-p-2">
<div class="tw-flex tw-items-center tw-gap-2 tw-p-2">
{{svg "octicon-issue-opened" 16}}
<a class="stopwatch-link tw-flex muted" href="{{.ActiveStopwatch.IssueLink}}">
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>