From 68e56dd8fd583e0e2f91b01e0dc01d3a108b4101 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 7 Mar 2019 15:01:49 +0100 Subject: [PATCH] Fix reuse dialog not 100% visible on iPhone --- styles/h5p.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/h5p.css b/styles/h5p.css index 11d15d0..3b3e1fe 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -306,10 +306,10 @@ div.h5p-fullscreen { .h5p-embed-dialog .h5p-inner, .h5p-reuse-dialog .h5p-inner, .h5p-content-user-data-reset-dialog .h5p-inner { - width: 400px; + width: 316px; left: 50%; top: 50%; - margin: 0 0 0 -200px; + margin: 0 0 0 -158px; } .h5p-embed-dialog .h5p-embed-code-container, .h5p-embed-size {