From 6fc770beb03acbff04b4a84f0b4ebbbecb7805f9 Mon Sep 17 00:00:00 2001 From: leency Date: Thu, 2 Dec 2021 18:54:46 +0000 Subject: [PATCH] fix git-svn-id: file:///var/kolibrios-org-repos@37 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index fbefbf1..c76446b 100644 --- a/style.css +++ b/style.css @@ -205,8 +205,8 @@ td { } #show { - max-width: 1152px; - max-height: 864px; + max-width: 1280px; + max-height: 800px; width: 100%; height: 100%; cursor: pointer; @@ -215,7 +215,7 @@ td { position: relative; top: 78px; left: 50%; - margin-left: -576px; + margin-left: -640px; border-radius: 8px; overflow: hidden; }