From f9c1fc939158fa373aa18db72ed4ccafecddbebe Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 25 May 2026 01:41:31 +0200 Subject: [PATCH] fix: standardize empty state and grid styles --- templates/browse.gohtml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/browse.gohtml b/templates/browse.gohtml index edf83aa..b35ebfa 100644 --- a/templates/browse.gohtml +++ b/templates/browse.gohtml @@ -7,23 +7,23 @@ {{define "browse_content"}}
-

Browse

+

Browse

- {{template "filter_bar" .}}
{{if eq (len .Animes) 0}} -
- -

No anime found

-
- Clear filters - Browse popular +
+ +

No anime found

+

Try clearing filters or browsing what’s popular.

+
{{else}} -
+
{{range .Animes}} {{template "anime_card" dict "Anime" . "WithActions" true "IsWatchlist" (index $.WatchlistMap .MalID)}} {{end}}