double click elements to paste

This commit is contained in:
biglyderv 2025-04-21 20:25:35 -04:00
parent 6035188380
commit 6018b134d0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 47 additions and 10 deletions

View file

@ -52,7 +52,8 @@ body {
flex-grow: 1;
}
button, button a {
button,
button a {
color: #fff;
text-decoration: none;
}
@ -61,7 +62,7 @@ button a {
width: 100%;
height: 2rem;
text-align: center;
line-height:2rem;
line-height: 2rem;
vertical-align: middle;
display: inline-block;
}
@ -76,6 +77,10 @@ button a {
padding: 0.5rem 1rem;
white-space: pre-wrap;
}
#messages>li>li:hover {
font-weight: bolder;
}
#messages>li>li {
margin: 0;
line-height: 1em;
@ -86,7 +91,6 @@ button a {
overflow: visible;
}
#messages>li>li>img {
height: 1.1em;
}