summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-09 21:17:19 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-09 21:17:19 -0400
commit3f0eec9bb4afcb2215f91ee5161d02428cee3e80 (patch)
tree6b67a0425a7117690bdbd7da6c0aa095b029e367
parent15e7bcacbe7519e008808fdb153ce6f7e182b0b0 (diff)
downloadweb-3f0eec9bb4afcb2215f91ee5161d02428cee3e80.tar.xz
Some pages still have footer inside #content...
-rw-r--r--panel.css4
1 files changed, 4 insertions, 0 deletions
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;}