adjust sizes and paddings

- icons in sidebar / content listing
- copy buttons
- nav spacing
- headings
- code blocks
This commit is contained in:
outfoxxed 2024-10-16 19:52:28 -07:00
parent b398aafcce
commit c9db5773d3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 25 additions and 22 deletions

View file

@ -21,7 +21,7 @@ const MD_Title: ParentComponent<{ titleVar: number }> = props => {
<span class="heading-hashtag">
<Hashtag />
</span>
{props.children}
<span class="heading-text">{props.children}</span>
<hr />
</div>
);

View file

@ -173,7 +173,6 @@ export const Hashtag: VoidComponent<{
viewBox="0 0 256 256"
class={props.class}
>
<title>Copy link</title>
<path
fill="currentColor"
d="M224 90h-51l8.89-48.93a6 6 0 1 0-11.8-2.14L160.81 90H109l8.89-48.93a6 6 0 0 0-11.8-2.14L96.81 90H48a6 6 0 0 0 0 12h46.63l-9.46 52H32a6 6 0 0 0 0 12h51l-8.9 48.93a6 6 0 0 0 4.83 7A5.6 5.6 0 0 0 80 222a6 6 0 0 0 5.89-4.93l9.3-51.07H147l-8.89 48.93a6 6 0 0 0 4.83 7a5.6 5.6 0 0 0 1.08.1a6 6 0 0 0 5.89-4.93l9.28-51.1H208a6 6 0 0 0 0-12h-46.63l9.46-52H224a6 6 0 0 0 0-12m-74.83 64h-51.8l9.46-52h51.8Z"