From e450f3fbc7f8c86feb6e51945e6afa10d33bc4e1 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 2 May 2022 21:33:13 -0500 Subject: [PATCH] Add commented-out CSS hack to fix Telegram share button --- assets/css/bobastyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 6c7d6b8..ad33755 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -296,6 +296,14 @@ height: 32px; } +/* https://stackoverflow.com/a/72073682/19003757 */ +/* +.telegram-share > svg { + transform: scale(1.5); + margin: 9px -9px -9px 9px; +} +*/ + /* Back to top */ #back-to-top {