Skip to content

Commit

Permalink
minor changes to the thing that indicated bottom of page.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrNoLife committed Nov 22, 2024
1 parent 43297e1 commit 4532163
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@
}

@* The target element that we observe. Once this is reached the callback will be triggered. *@
<li class="list-group-item" id="observerTarget"></li>

<div class="end-reacher" id="observerTarget">

</div>

@* <li class="list-group-item" ></li> *@
</InfiniteScroll>

@if(_shouldDisplayTagContainer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 4532163

Please sign in to comment.