stagit

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

commit 7a0d5af6d5af63bca87d330331919c0b859b8f21
parent 362577ba1fb7a0b538717f3c25e4d3659eb423ae
Author: Armaan Bhojwani <me@armaanb.net>
Date:   Sun, 18 Apr 2021 13:29:30 -0400

Add 100ch 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: 100%; + max-width: 100ch; width: max-content; }