From 811f0389e30333dc07bc67129cc2aab76905c4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=8C=AF=E4=B8=9C?= Date: Wed, 29 Apr 2026 14:23:39 +0800 Subject: [PATCH] bugfix: tablet guideline aligment --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index dea4db5..d50c4b4 100755 --- a/theme.css +++ b/theme.css @@ -1368,6 +1368,11 @@ ul>li::marker { margin-left: 12px; } +.is-tablet .markdown-rendered.show-indentation-guide ol::before { + margin-left: 4px; +} + + .markdown-rendered.show-indentation-guide ul::before { margin-left: 5px; }