added feature to copy to clipboard

This commit is contained in:
2026-01-16 23:07:44 -05:00
parent 2f7d1acaa9
commit 743b83deb3
3 changed files with 45 additions and 2 deletions

View File

@@ -305,9 +305,17 @@ button:active {
.footer {
display: flex;
justify-content: flex-end;
justify-content: space-between;
align-items: center;
margin-top: 6px;
gap: 8px;
}
.footer-left {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
}
.link {