Settings page

This commit is contained in:
2023-01-09 11:00:23 +00:00
parent 6c157019ea
commit 276a4cbcd1
12 changed files with 284 additions and 221 deletions

14
src/element/Copy.css Normal file
View File

@ -0,0 +1,14 @@
.copy {
user-select: none;
cursor: pointer;
}
.copy .body {
font-family: monospace;
font-size: 14px;
margin: 0;
width: 18em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}