adjust icon sizes in sidebar and listing, fix copy buttons + nav spacing

This commit is contained in:
outfoxxed 2024-10-16 19:52:28 -07:00
parent b398aafcce
commit 6dc1a1c6f7
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ pre {
font-size: 1.618rem; font-size: 1.618rem;
font-weight: 500; font-weight: 500;
border-radius: 0.272rem; border-radius: 0.272rem;
padding: 0.418rem; padding: 0.10rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View file

@ -110,9 +110,9 @@
margin-top: 0.272rem; margin-top: 0.272rem;
& svg { & svg {
width: 27px; width: 1.2em;
height: 27px; height: 1.2em;
margin-right: 3px; margin-right: 0.3em;
} }
} }
} }

View file

@ -85,7 +85,7 @@
& [data-part="item-content"] > div { & [data-part="item-content"] > div {
min-height: 3em; min-height: 3em;
& > p { & > a {
margin: auto 0; margin: auto 0;
} }
} }

View file

@ -57,8 +57,8 @@
& svg { & svg {
opacity: 0.6; opacity: 0.6;
width: 24px; width: 1.2em;
height: 24px; height: 1.2em;
transition: opacity 0.5s; transition: opacity 0.5s;
} }