diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css
index 75f2f41..3c98ba3 100644
--- a/internal/assets/static/main.css
+++ b/internal/assets/static/main.css
@@ -1210,6 +1210,7 @@ body {
.shrink { flex-shrink: 1; }
.shrink-0 { flex-shrink: 0; }
.min-width-0 { min-width: 0; }
+.max-width-100 { max-width: 100%; }
.block { display: block; }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
diff --git a/internal/assets/templates/forum-posts.html b/internal/assets/templates/forum-posts.html
index b8fea41..882c4e3 100644
--- a/internal/assets/templates/forum-posts.html
+++ b/internal/assets/templates/forum-posts.html
@@ -18,14 +18,15 @@
{{ end }}
{{ end }}
-
+
+
diff --git a/internal/assets/templates/rss-horizontal-cards-2.html b/internal/assets/templates/rss-horizontal-cards-2.html
index 2ae75fa..287774b 100644
--- a/internal/assets/templates/rss-horizontal-cards-2.html
+++ b/internal/assets/templates/rss-horizontal-cards-2.html
@@ -18,7 +18,7 @@
{{ .Title }}
- - {{ .ChannelName }}
+ - {{ .ChannelName }}
diff --git a/internal/assets/templates/rss-horizontal-cards.html b/internal/assets/templates/rss-horizontal-cards.html
index 0c82d60..aefdd8d 100644
--- a/internal/assets/templates/rss-horizontal-cards.html
+++ b/internal/assets/templates/rss-horizontal-cards.html
@@ -18,7 +18,7 @@
{{ .Title }}
- - {{ .ChannelName }}
+ - {{ .ChannelName }}
diff --git a/internal/assets/templates/rss-list.html b/internal/assets/templates/rss-list.html
index 78f1828..8116232 100644
--- a/internal/assets/templates/rss-list.html
+++ b/internal/assets/templates/rss-list.html
@@ -5,11 +5,11 @@
{{ range .Items }}
{{ .Title }}
-
+
- {{ if gt (len $.FeedRequests) 1 }}
- - {{ .ChannelName }}
- {{ end }}
+ -
+ {{ .ChannelName }}
+
{{ end }}
diff --git a/internal/assets/templates/stocks.html b/internal/assets/templates/stocks.html
index 24c67a0..eb348c0 100644
--- a/internal/assets/templates/stocks.html
+++ b/internal/assets/templates/stocks.html
@@ -21,7 +21,7 @@
{{ end }}
{{ define "stock" }}
-
+
diff --git a/internal/assets/templates/twitch-channels.html b/internal/assets/templates/twitch-channels.html
index 6782381..c0ec165 100644
--- a/internal/assets/templates/twitch-channels.html
+++ b/internal/assets/templates/twitch-channels.html
@@ -14,7 +14,7 @@
{{ end }}
-
+
{{ .Name }}
{{ if .Exists }}
{{ if .IsLive }}
diff --git a/internal/assets/templates/twitch-games-list.html b/internal/assets/templates/twitch-games-list.html
index f766885..36c457b 100644
--- a/internal/assets/templates/twitch-games-list.html
+++ b/internal/assets/templates/twitch-games-list.html
@@ -6,7 +6,7 @@
![]({{ .AvatarUrl }})
-
+
{{ .Name }}
- {{ .ViewersCount | formatViewerCount }} viewers
@@ -19,7 +19,7 @@
{{ if eq $i 0 }}
- {{ $tag.Name }}
{{ else }}
- - {{ $tag.Name }}
+ - {{ $tag.Name }}
{{ end }}
{{ end }}
diff --git a/internal/assets/templates/video-card-contents.html b/internal/assets/templates/video-card-contents.html
index 098e9f9..375fd08 100644
--- a/internal/assets/templates/video-card-contents.html
+++ b/internal/assets/templates/video-card-contents.html
@@ -4,7 +4,7 @@
{{ .Title }}