From 9f46c35bc095da37dd1e8c48c60bb33dc51251c7 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 17 Oct 2021 15:45:45 -0500 Subject: [PATCH] Fix single line fenced code blocks on Firefox --- assets/css/bobastyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 69391e1..246643d 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -145,6 +145,10 @@ code { border-radius: 5px; } +.chroma .lnt { + display: block; +} /* fixes line numbers on firefox when there's only one line */ + /* Icons */