updated ui
This commit is contained in:
parent
6e4a01cc51
commit
bbcff16dd6
9 changed files with 83 additions and 17 deletions
|
|
@ -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