Fix footer at bottom
This commit is contained in:
parent
f8a91ee788
commit
6abf28f9f1
1 changed files with 6 additions and 14 deletions
20
style.less
20
style.less
|
@ -92,9 +92,12 @@ a {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sideParams summary {
|
summary {
|
||||||
text-align: center;
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
||||||
|
#sideParams & {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#firstWrapper {
|
#firstWrapper {
|
||||||
|
@ -162,10 +165,7 @@ main {
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
margin: 0px;
|
|
||||||
height: 64px;
|
height: 64px;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#linkTitles::before {
|
#linkTitles::before {
|
||||||
|
@ -208,10 +208,6 @@ h2 {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#showOnlyQR, #downloadQR {
|
#showOnlyQR, #downloadQR {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
@ -287,14 +283,10 @@ label[for=txt] summary {
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 10px;
|
margin-top: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#info {
|
#info {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
|
|
Loading…
Reference in a new issue