updated ui
This commit is contained in:
parent
6e4a01cc51
commit
bbcff16dd6
9 changed files with 83 additions and 17 deletions
|
|
@ -15,4 +15,14 @@
|
|||
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.checkbox .manual_backup {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.manual-checkbox {
|
||||
margin-left: 9%;
|
||||
}
|
||||
@media screen and (max-width: 425px) {
|
||||
.manual-checkbox {
|
||||
margin-left: 4%;
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
left: -4px;
|
||||
}
|
||||
|
||||
.question-box .question-content {
|
||||
.automate .question-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
min-width: 280px;
|
||||
|
|
@ -18,6 +18,7 @@
|
|||
transform: translate(-50%, -50%);
|
||||
padding-top: 28px;
|
||||
z-index: 200;
|
||||
left: 65%;
|
||||
}
|
||||
|
||||
.question-content .close-button {
|
||||
|
|
@ -25,3 +26,17 @@
|
|||
top: 4px;
|
||||
right: 0;
|
||||
}
|
||||
.question-content .question-more {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
right: 6px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.automate {
|
||||
position: relative;
|
||||
}
|
||||
@media screen and (max-width: 450px) {
|
||||
.automate > .question-content {
|
||||
left: 50%;
|
||||
}
|
||||
}
|
||||
|
|
@ -37,6 +37,14 @@ main {
|
|||
max-width: 600px;
|
||||
margin-inline: auto;
|
||||
padding: 1rem;
|
||||
margin-bottom: auto;
|
||||
zoom: 1.3;
|
||||
}
|
||||
|
||||
@media (max-height: 740px) {
|
||||
main {
|
||||
zoom: unset;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
@ -183,8 +191,16 @@ a {
|
|||
|
||||
.setup-header > .back-button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 2px;
|
||||
left: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.setup-header > .back-button {
|
||||
top: 10px;
|
||||
left: -20px;
|
||||
}
|
||||
}
|
||||
|
||||
.setup-header > h2 {
|
||||
|
|
@ -202,6 +218,7 @@ a {
|
|||
font-size: 16px;
|
||||
text-align: center;
|
||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
#qrcode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue