diff --git a/src/poxy/css/poxy-overrides.css b/src/poxy/css/poxy-overrides.css index a6c4fa1..abbcb80 100644 --- a/src/poxy/css/poxy-overrides.css +++ b/src/poxy/css/poxy-overrides.css @@ -397,8 +397,12 @@ section.m-doc-details div .m-table.m-fullwidth.m-flat tbody td:first-of-type wbr } /* support for those pretty "about the author" blocks as seen in other m.css pages */ -.poxy-about-the-author .poxy-icon img, -.poxy-about-the-author .poxy-icon svg { +.poxy-about-the-author .socials { + display: block; + padding-top: 0.5rem; +} +.poxy-about-the-author img.poxy-icon, +.poxy-about-the-author svg.poxy-icon { max-width: 1.5rem; max-height: 1.5rem; margin-right: 0.5rem; diff --git a/src/poxy/generated/poxy.css b/src/poxy/generated/poxy.css index 9704ce6..9cac33c 100644 --- a/src/poxy/generated/poxy.css +++ b/src/poxy/generated/poxy.css @@ -2810,8 +2810,9 @@ margin-top: initial; .m-doc-template-params.m-doc-template-long { display: block; padding-left: 1rem; } .m-doc-template-params.m-doc-template-long .m-doc-template-param::before { content: ""; display: block; } section.m-doc-details div .m-table.m-fullwidth.m-flat tbody td:first-of-type wbr { display: none; } -.poxy-about-the-author .poxy-icon img, -.poxy-about-the-author .poxy-icon svg { max-width: 1.5rem; max-height: 1.5rem; margin-right: 0.5rem; } +.poxy-about-the-author .socials { display: block; padding-top: 0.5rem; } +.poxy-about-the-author img.poxy-icon, +.poxy-about-the-author svg.poxy-icon { max-width: 1.5rem; max-height: 1.5rem; margin-right: 0.5rem; } header nav #m-navbar-collapse li a.sponsor:hover { border-color: var(--sponsor-color) !important; } header nav a.sponsor:hover, footer nav a.sponsor:hover,