From d66284c460d63e47df26a0f2aab228ce2b0b65ff Mon Sep 17 00:00:00 2001 From: leency Date: Tue, 22 Jun 2021 11:02:29 +0000 Subject: [PATCH] fix mobile version git-svn-id: file:///var/kolibrios-org-repos@24 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index aa64548..ae19b3c 100644 --- a/style.css +++ b/style.css @@ -225,9 +225,9 @@ td { #carousel { position: fixed; bottom:0; - width: 500px; + width: 420px; padding: 0 7px; - left: calc(50% - 250px); + left: calc(50% - 210px); border-radius: 5px 5px 0 0; text-align: center; background: #333; @@ -281,6 +281,14 @@ iframe { display: none !important; visibility: collapse; } + #show { + display: inline; + margin: 0; + display: block; + border: none; + overflow: visible; + margin-top: 40px; + } .download table a { float: left; display: block;