mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-06-21 23:38:39 +00:00
refactor(ui): reduce the size of the 'close' and 'copy' buttons
- The close button in the TOC popup - The copy button in the code block
This commit is contained in:
@@ -219,8 +219,9 @@ div {
|
||||
@extend %rounded;
|
||||
|
||||
border: 1px solid transparent;
|
||||
height: v.$code-header-height;
|
||||
width: v.$code-header-height;
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
margin-right: 0.125rem;
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
|
||||
@@ -234,6 +235,7 @@ div {
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 90%;
|
||||
color: var(--clipboard-checked-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user