adjust icon sizes in sidebar and listing, fix copy buttons + nav spacing
This commit is contained in:
parent
b398aafcce
commit
6dc1a1c6f7
4 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue