We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f536b commit d08ef0fCopy full SHA for d08ef0f
src/css/doc.css
@@ -699,13 +699,10 @@
699
color: inherit;
700
outline: none;
701
padding: 0;
702
- /*
703
- padding: 0.025rem 0 0;
704
- */
705
font-size: inherit;
706
line-height: inherit;
707
- width: 1em;
708
- height: 1em;
+ width: 1.025em;
+ height: 1.025em;
709
}
710
711
.code-toolbox .copy-button * {
@@ -714,6 +711,8 @@
714
715
712
.code-toolbox .copy-button svg {
716
713
fill: currentColor;
+ width: inherit;
+ height: inherit;
717
718
719
.code-toolbox .copy-toast {
src/css/header.css
@@ -190,6 +190,8 @@ body {
190
191
.navbar-item .icon svg {
192
193
194
195
196
197
.navbar-link {
0 commit comments