Beta v2
This commit is contained in:
1
static/qrcode.min.js
vendored
Normal file
1
static/qrcode.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -244,4 +244,33 @@
|
||||
|
||||
#status {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#qr-link {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
#qr {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#qr img {
|
||||
width: auto;
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
#loading {
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: 3px solid var(--mid-light);
|
||||
border-radius: 50%;
|
||||
border-top-color: var(--mid-dark);
|
||||
animation: spin 1s ease-in-out infinite;
|
||||
-webkit-animation: spin 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user