feat: add copyable links for sharing
This commit is contained in:
parent
62a329aebd
commit
19319b8479
3 changed files with 56 additions and 12 deletions
|
@ -6,10 +6,20 @@ body {
|
|||
header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
header .title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
header .right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -150,3 +160,12 @@ span#password {
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.copyable {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.copyable:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue