diff --git a/docs/_assets/main.css b/docs/_assets/main.css index 9be795ed..8f2131b1 100644 --- a/docs/_assets/main.css +++ b/docs/_assets/main.css @@ -490,12 +490,17 @@ body:not(.about) .mdl-navigation__link.download > button { .component-description .mdl-button:first-of-type { margin-top: 8px; } +.docs-footer.mdl-mini-footer .mdl-mini-footer--social-btn { + background-color: transparent; + margin: 0 16px; + width: 24px; + height: 24px; +} .docs-footer.mdl-mini-footer .social-btn { + display: block; background-position: center; background-size: contain; background-repeat: no-repeat; - background-color: transparent; - margin: 0 16px; width: 24px; height: 24px; cursor: pointer; diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index e9bd2815..02f76d30 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -116,13 +116,19 @@