mirror of
https://github.com/believethehype/nostdress.git
synced 2026-07-16 19:58:11 -07:00
qrcode and copy-to-clipboard.
This commit is contained in:
+7
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user