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-weight: 500;
|
||||
border-radius: 0.272rem;
|
||||
padding: 0.418rem;
|
||||
padding: 0.10rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
@ -110,9 +110,9 @@
|
|||
margin-top: 0.272rem;
|
||||
|
||||
& svg {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
margin-right: 3px;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
& [data-part="item-content"] > div {
|
||||
min-height: 3em;
|
||||
|
||||
& > p {
|
||||
& > a {
|
||||
margin: auto 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
|
||||
& svg {
|
||||
opacity: 0.6;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue