Add commented-out CSS hack to fix Telegram share button

This commit is contained in:
BBaoVanC 2022-05-02 21:33:13 -05:00
parent cba6dd0a2f
commit e450f3fbc7
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 8 additions and 0 deletions

View File

@ -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 {