css: make footer sticky.
This commit is contained in:
@@ -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? %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user