Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #54 - incorrect breakpoints causing clipping #174

Merged
merged 7 commits into from
Jul 26, 2024

Commits on Jul 22, 2020

  1. Fixed issue sphinx-doc#54 - incorrect breakpoints causing clipping

    Also now respects theme_page_width for layout switching.
    spookylukey committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3cbfd7b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Fix sidebar width below {{ theme_page_width }}

    That 102.5% hack breaks at certain resolutions. Unsetting the width here makes it actually 100% wide and never too wide, thus a horizontal scrollbar never appears.
    introt authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    866342e View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    tab -> 4 spaces
    introt authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ae1ef5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70219cd View commit details
    Browse the repository at this point in the history
  4. Quickfix for .hll

    CSS is not my fav flavor of spaghetti
    introt authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    de2a928 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from introt/patch-1

    Fix sidebar width at resolutions right below {{ theme_page_width }}
    spookylukey authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    5404d38 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    79d0f1f View commit details
    Browse the repository at this point in the history