joeyespo/grip

Title spacing and borders missing

mcp292 opened this issue · 2 comments

The title is right up against the README banner and there is no document border.
readme

I'm finding that this patched index.html looks better: af98f0e

I'm not sure why the index.html template doesn't seem to be incorporated into the Homebrew version of grip on macOS (4.5.2).

I see the same padding and margins issues as you. I had to manually replace the template at these approximate locations with the patched index.html above:

# Linux
/home/username/.local/lib/python3.6/site-packages/grip/templates/index.html

# macOS
/usr/local/Cellar/grip/4.5.2_3/libexec/lib/python3.9/site-packages/grip/templates/index.html

Note: Python version may be different on your machine

You need to run from source, as the latest release is two years out of date:

% pip3 install --user git+https://github.com/joeyespo/grip.git