diff --git a/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor b/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor
index c3e89a7..8735dee 100644
--- a/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor
+++ b/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor
@@ -77,7 +77,12 @@
}
@* The target element that we observe. Once this is reached the callback will be triggered. *@
-
+
+
+
+
+
+ @* *@
@if(_shouldDisplayTagContainer)
diff --git a/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor.css b/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor.css
index 249c4fe..6e0679b 100644
--- a/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor.css
+++ b/Danbooru/Danbooru.UI/Danbooru.UI/Components/Pages/DoomScroll.razor.css
@@ -106,6 +106,12 @@ input[type="text"] {
cursor: pointer;
}
+.end-reacher {
+ padding: 2rem;
+ background-color: darkorange;
+ border-radius: .75rem;
+}
+
@media (max-width: 1200px) {
.results {
width: 100%;