From 3f0eec9bb4afcb2215f91ee5161d02428cee3e80 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 9 Aug 2024 21:17:19 -0400 Subject: Some pages still have footer inside #content... --- panel.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panel.css b/panel.css index a28ed0c..36ddcfa 100644 --- a/panel.css +++ b/panel.css @@ -78,6 +78,10 @@ div.footer{ left:1em; width:calc(100% - 1em); } +#content.expanded > div.footer{ + left:1em; + width:calc(100% - 1em); +} @media (max-width:768px) { #panel{left:-15em;} -- cgit v1.2.3