Resize all copy buttons to 12px

This commit is contained in:
Jose Cortinas 2024-02-09 14:04:49 -06:00
parent ecdb9d7317
commit 76426f78d0
2 changed files with 5 additions and 4 deletions

View file

@ -120,3 +120,8 @@
z-index: 1;
}
}
.button-component.copy-button .octicon {
height: 12px;
width: 12px;
}

View file

@ -108,10 +108,6 @@
height: auto;
min-width: 16px;
.octicon {
scale: 75%;
}
:hover {
color: var(--text-secondary-color);
}