mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Add commented-out CSS hack to fix Telegram share button
This commit is contained in:
parent
cba6dd0a2f
commit
e450f3fbc7
@ -296,6 +296,14 @@
|
|||||||
height: 32px;
|
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 */
|
||||||
#back-to-top {
|
#back-to-top {
|
||||||
|
Loading…
Reference in New Issue
Block a user