css: make footer sticky.

This commit is contained in:
evazion
2022-01-27 13:18:45 -06:00
parent c292c457ca
commit 6fbca01a23
5 changed files with 9 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
</nav>
</header>
<div id="page">
<div id="page" class="flex-1">
<%= render "users/verification_notice" %>
<% if Danbooru.config.is_promotion? && cookies[:hide_winter_sale_notice].blank? %>

View File

@@ -1,4 +1,4 @@
<footer id="page-footer" class="text-sm">
<footer id="page-footer" class="text-sm flex-initial">
<span class="page-footer-app-name"><%= Danbooru.config.app_name %></span>
/ <%= link_to "Rules", terms_of_service_path %>
/ <%= link_to "Contact", contact_path %>