From 6abf28f9f1436ac0cf481d743cd055569648a0af Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 18 Dec 2021 23:18:40 +0100 Subject: [PATCH] Fix footer at bottom --- style.less | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/style.less b/style.less index 624b9a6..7e1f0a6 100755 --- a/style.less +++ b/style.less @@ -92,9 +92,12 @@ a { margin-left: 12px; } -#sideParams summary { - text-align: center; +summary { margin-left: 20px; + + #sideParams & { + text-align: center; + } } #firstWrapper { @@ -162,10 +165,7 @@ main { header { text-align: center; padding-top: 12px; - margin: 0px; height: 64px; - display: flex; - justify-content: center; } #linkTitles::before { @@ -208,10 +208,6 @@ h2 { flex-direction: row; } -form { - flex-grow: 1; -} - #showOnlyQR, #downloadQR { margin-top: 30px; } @@ -287,14 +283,10 @@ label[for=txt] summary { footer { font-size: 14px; - margin-top: 10px; + margin-top: auto; text-align: left; } -header, footer { - flex-shrink: 0; -} - #info { font-size: 16px; bottom: 20px;