From 076a76af57ae2ec4e87f15b38f20e367a5225a14 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Nov 2020 14:00:15 +0300 Subject: normalize footer element sizes; remove obsolete css files --- css/app.less | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'css/app.less') diff --git a/css/app.less b/css/app.less index 5e6cc4c..d2d971e 100644 --- a/css/app.less +++ b/css/app.less @@ -169,19 +169,37 @@ body.epube-reader { .spacer > .toc-bar-entry { display : none; } + + .footer { + width : 100%; + + .chapter_wrapper, + .location { + min-width : 30%; + max-width : 70%; + } + } } @media (min-width: 540px) { - .footer .chapter_wrapper, .footer .location { - width : 25%; + .footer { + .chapter_wrapper, + .location { + min-width : 25%; + max-width : 30%; + } } } - @media (min-width: 800px) { - .footer .chapter_wrapper, .footer .location { - width : 20%; + /*@media (min-width: 800px) { + .footer { + .chapter_wrapper, + .location { + min-width : 20%; + max-width : 30%; + } } - } + }*/ .toolbar { text-align : right; -- cgit v1.2.3