Skip to content

Commit

Permalink
Improve parameter padding and add discord link.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed Feb 12, 2024
1 parent a198702 commit 473dd16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_template/material/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ code {
box-shadow: var(--card-box-shadow);
}

/* MAKES PARAMETERS MORE SPACIOUS */
dl.parameters > dt > code {
padding: 3px;
}

/* MAKES DERIVED LIST READABLE */
:is(dl.typelist.derived, dl.typelist.extensionMethods) > dd > div::after {
content: none !important;
Expand Down
5 changes: 5 additions & 0 deletions docs/_template/material/public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
icon: 'github',
href: 'https://github.com/discord-net/Discord.Net',
title: 'GitHub'
},
{
icon: 'discord',
href: 'https://discord.gg/dnet',
title: 'Discord'
}
]
}

0 comments on commit 473dd16

Please sign in to comment.