From e4421fc70e00a6288a2546804397582bcf7de46b Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Apr 2020 15:45:40 +0800 Subject: [PATCH] theme: fix code block positioning --- theme/default/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index ecb3c3f..892aea6 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -516,6 +516,7 @@ blockquote { border-radius: 4px; scrollbar-color: #e91e63 #00000000; scrollbar-width: thin; + margin-right: 10px; /* Fix non-centric positioning on mobile */ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }