Revert "Fix notification and stopwatch empty states" (#22876)

Per https://github.com/go-gitea/gitea/pull/22845#issuecomment-1426950234

Reverts go-gitea/gitea#22845

Let's have a better PR.

@silverwind @zeripath

Co-authored-by: zeripath <art27@cantab.net>
mj-v1.20.5
Lunny Xiao 1 year ago committed by GitHub
parent e1aca7cbdd
commit 00f695da48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1803,7 +1803,6 @@ footer {
}
}
/* TODO: remove in favor of .hidden helper */
.hide {
display: none;

@ -22,7 +22,6 @@
/* below class names match Tailwind CSS */
.pointer-events-none { pointer-events: none !important; }
.relative { position: relative !important; }
.hidden { display: none !important; }
.mono {
font-family: var(--fonts-monospace) !important;

Loading…
Cancel
Save