From 8f0aee1dc4d1a5399ebc67e80d29a46603740f88 Mon Sep 17 00:00:00 2001 From: Hepheir Date: Fri, 11 Sep 2020 15:38:18 +0900 Subject: [PATCH] Remove disturbing paddings from tag **padding overlaps** when tags are aligned on same horizontal position, and it made some footnotes unclickable. --- assets/css/_addon/main.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/css/_addon/main.scss b/assets/css/_addon/main.scss index 8a095411164..c1e97f446c3 100644 --- a/assets/css/_addon/main.scss +++ b/assets/css/_addon/main.scss @@ -661,10 +661,6 @@ kbd { margin: 0 .3rem; } -sup { - @extend %anchor; -} - .footnotes ol { margin-top: .5rem; >li { @@ -1101,10 +1097,6 @@ div.post-content .table-wrapper { justify-content: center!important; } - sup { - padding-top: 3.4rem; - } - .footnotes ol > li { padding-top: 3.5rem; margin-top: -4.3rem;