Implement "Copy URL to Clipboard"
This commit is contained in:
parent
6cf08248ae
commit
f41af48bb0
2 changed files with 11 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue