alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

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

Open andrei-korshikov opened this issue 2 years ago • 0 comments

Screenshot: image

Workaround:

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

Expected behavior: image

andrei-korshikov avatar Aug 24 '23 18:08 andrei-korshikov