Skip to content
Discussion options

You must be logged in to vote

I was tinkering a bit with CSS and that was one of the issue I ran into.

This got it in the neighborhood, though there still needs to be some tweaking. I was just including this in the format key of my _quarto.yml file to make hacking easy:

format:
  html:
    include-in-header:
     text: |
        <style>
        #quarto-sidebar .menu-text {
          display: flex;
        }
        #quarto-sidebar .chapter-number {
          display: block;
          width: 1em;
          text-align: right;
        }
        #quarto-sidebar .chapter-title {
          display: block;
          padding-left: 10px;
          text-indent: -10px;
          width: 100%;
        }
        </style>

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@mickmcq
Comment options

@mcanouil
Comment options

mcanouil Aug 7, 2023
Collaborator

@mickmcq
Comment options

@mcanouil
Comment options

mcanouil Aug 7, 2023
Collaborator

@mickmcq
Comment options

Comment options

You must be logged in to vote
3 replies
@mickmcq
Comment options

@dragonstyle
Comment options

Answer selected by mickmcq
@mickmcq
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
books html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants