From 581fe47ea6cc1b3e7b0f7a470765cf501503f43c Mon Sep 17 00:00:00 2001 From: Astoria Date: Sun, 23 Oct 2022 14:26:54 -0500 Subject: [PATCH] Css changes --- public/css/default.css | 4 ++-- views/topbar.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/default.css b/public/css/default.css index 59d81e0..618d111 100755 --- a/public/css/default.css +++ b/public/css/default.css @@ -176,6 +176,7 @@ input[type="submit" i] { position: fixed; background-image: var(--shade); display: table; + pointer-events: none; } .bottomcell { @@ -223,9 +224,8 @@ input[type="submit" i] { } .content { - margin-bottom: var(--ver-btm); + margin-bottom: 5vh; margin-top: 2px; - margin-bottom: 0; width: fit-content; } diff --git a/views/topbar.erb b/views/topbar.erb index a6bcbc0..9d61361 100644 --- a/views/topbar.erb +++ b/views/topbar.erb @@ -1,7 +1,7 @@
- Home > <%= request.path_info[1..-1].downcase.capitalize %> + Home > <%= request.path_info[1..-1].downcase.capitalize %>
\ No newline at end of file