stagit

Personal stagit fork
git clone git://git.alexwennerberg.com/stagit
Log | Files | Refs | README | LICENSE

commit 741fc29f35ade1a78604ac6ff1275e6dbbd0b933
parent c813221f83cecfceaf0d44ad3607d46de01efacf
Author: Armaan Bhojwani <me@armaanb.net>
Date:   Mon, 19 Apr 2021 19:48:14 -0400

Increase max width

Diffstat:
Mresources/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/style.css b/resources/style.css @@ -1,7 +1,7 @@ body { font-size: 0.8rem; font-family: monospace; - max-width: 100ch; + max-width: 125ch; width: max-content; }