From 82a87330ac392e773011beddd7a36bfa21fe1633 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sat, 13 May 2017 07:57:21 -0400 Subject: [PATCH] fixed Javatari canvas (Bootstrap 3 upgrade broke it) --- css/ui.css | 6 ++++++ index.html | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/css/ui.css b/css/ui.css index d64b7cd3..5b820fae 100644 --- a/css/ui.css +++ b/css/ui.css @@ -216,3 +216,9 @@ canvas.pixelated { border-color:white; border-style:dotted; } +#javatari-screen canvas { + box-sizing: content-box; +} +#javatari-screen div { + box-sizing: content-box; +} diff --git a/index.html b/index.html index 130110e7..8837d4c3 100644 --- a/index.html +++ b/index.html @@ -92,8 +92,10 @@ body {
-
-
+
+
+
+