add clipboard button

This commit is contained in:
2021-07-03 11:29:59 +01:00
parent 3bbf51e5f8
commit 57b841ac3d
3 changed files with 23 additions and 2 deletions

View File

@@ -22,6 +22,11 @@ button {
white-space: nowrap;
width: 100%;
&.half {
float: left;
width: 50%;
}
&.pagination:not(.normal) {
position: absolute;
bottom: 5vmin;