diff options
Diffstat (limited to 'panel.css')
-rw-r--r-- | panel.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -67,17 +67,21 @@ left:-15em; display: none; padding: 1em; } -#footer,div.footer{ +div.footer{ position:fixed; bottom:0; left:16em; padding-bottom:0.5em; width:calc(100% - 16em); } +#content.expanded + div.footer{ + left:1em; + width:calc(100% - 1em); +} @media (max-width:768px) { #panel{left:-15em;} #content{margin-left:1em;} - #footer,div.footer{width:calc(100% - 1em);left:1em;} + div.footer{width:calc(100% - 1em);left:1em;} #panel li a#paneltoggle{display:none;} } |