Joe Pea
Joe Pea
Good catch, thanks! A fix shouldn't be too hard.
Develop has diverged from this PR. There's 11 files with conflicts. What do we want to do? I think we either - take effort to clean up the PR -...
> Just having come across this myself, how are the attributes from the front-matter used by Docsify? Are the attributes used at all by the core, or are they simple...
Re-opening, this should be documented.
Oh, yeah, that's broken! Anyone have time to fix this one?
Turns out it was easy to do, it took only a few minutes to modify 3 numbers in the CSS: Of course the menu icon should be re-positioned too. I'll...
It's been a while since I've been here. I will circle back soon. I think it can be a non-breaking change adding an option. I would love if a new...
@paulhibbitts See these lines: https://github.com/docsifyjs/docsify/blob/c2cf163fc0a02378f27792ce58ac6e5fc5a8bf65/src/themes/basic/_layout.styl#L209 (try changing `left` to `right`) https://github.com/docsifyjs/docsify/blob/c2cf163fc0a02378f27792ce58ac6e5fc5a8bf65/src/themes/basic/_layout.styl#L423 (Similar, position from the `right`) https://github.com/docsifyjs/docsify/blob/c2cf163fc0a02378f27792ce58ac6e5fc5a8bf65/src/themes/basic/_layout.styl#L443 (Possibly negate a number if it moves the wrong direction) That's about it!...
Sidenote, a Docsify user can override those values in their own CSS. They're sort of like options in a sense.
Nice! I think we can apply CSS in this way based on an option. @jhildenbiddle (our CSS guru) would you like to bring this in? I imagine docsify-themeable might need...