Add + adjust text copy component
This commit is contained in:
parent
45dd39d370
commit
8de2bca2c5
4 changed files with 44 additions and 3 deletions
|
@ -465,10 +465,8 @@ let BookWyrm = new class {
|
|||
|
||||
copyButtonEl.textContent = textareaEl.dataset.copytextLabel;
|
||||
copyButtonEl.classList.add(
|
||||
"mt-2",
|
||||
"button",
|
||||
"is-small",
|
||||
"is-fullwidth",
|
||||
"is-primary",
|
||||
"is-light"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue