From 902369daa6560835b591f22948e6c3cdd255bfe8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 31 Dec 2022 19:29:47 +0100 Subject: Only act on clicks to the left of the line. Ignore clicks on the line itself. --- assets/mumi.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets/mumi.scss') diff --git a/assets/mumi.scss b/assets/mumi.scss index 3a96b55..8a3ed12 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -344,8 +344,7 @@ div.line:before { visibility: hidden; content: "# "; margin-left: -1em; - padding-right: 1em; - text-align: right; + padding-right: .5em; cursor: pointer; color: $grey-300; } -- cgit v1.2.3