Implement "Copy URL to Clipboard"

This commit is contained in:
arne 2025-11-18 19:46:44 +01:00
commit f41af48bb0
2 changed files with 11 additions and 2 deletions

View file

@ -126,10 +126,15 @@
margin-bottom: 0
}
.post ul.controls {
.post .controls {
margin: 18px 0 0;
padding: 0;
list-style-type: none;
display: flex;
}
.post .controls .control-element {
margin: .24rem;
}
code {