update styles

This commit is contained in:
Simon Knott 2024-09-30 07:23:51 +02:00
parent a7976d6f79
commit 77ab30fb14
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -17,9 +17,7 @@
.copy-to-clipboard-text-button { .copy-to-clipboard-text-button {
background-color: var(--vscode-editor-inactiveSelectionBackground); background-color: var(--vscode-editor-inactiveSelectionBackground);
border: none; border: none;
padding: 4px 12px;
margin: 8px 8px 8px 0px; margin: 8px 8px 8px 0px;
width: 120px;
cursor: pointer; cursor: pointer;
display: inline-block;
text-align: center;
} }