qrcode and copy-to-clipboard.

This commit is contained in:
fiatjaf
2021-08-28 09:13:16 -03:00
parent 2b1d35ea43
commit 2ff031ce4e
2 changed files with 56 additions and 37 deletions
+7 -2
View File
@@ -175,7 +175,7 @@ select {
.resource-button:hover {
color: #8062fb;
background: rgba(42,0,255,0.07);
background: rgba(42, 0, 255, 0.07);
}
.owner {
@@ -197,7 +197,7 @@ select {
.owner-button:hover {
color: #8062fb;
background: rgba(42,0,255,0.1);
background: rgba(42, 0, 255, 0.1);
}
.owner-name {
@@ -219,6 +219,11 @@ select {
flex-direction: row;
}
#qr {
margin: 20px auto;
display: block;
}
@media screen and (max-width: 500px) {
body {
padding: 20px 5px 30px 5px;