sphinx-doc / alabaster

Lightweight, configurable Sphinx theme
http://alabaster.readthedocs.io/
Other
734 stars 186 forks source link

"'nosidebar': True" leads to protruded (extremely misaligned) footer #209

Open andrei-korshikov opened 1 year ago

andrei-korshikov commented 1 year ago

Screenshot: image

Workaround:

div.footer {
    /* dirty hack for misaligned footer if 'nosidebar' is True */
    width: 700px;
}

Expected behavior: image