Skip to content

Commit

Permalink
added '.poxy-about-the-author'
Browse files Browse the repository at this point in the history
  • Loading branch information
marzer committed Jul 28, 2023
1 parent e6eaf84 commit 3dee872
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/poxy/css/poxy-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 3 additions & 2 deletions src/poxy/generated/poxy.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3dee872

Please sign in to comment.