From bed14dfefe1d907a3030188be4a4a1d86a92b1ed Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Mon, 7 Sep 2020 16:03:58 -0400 Subject: [PATCH] Refined save dialog positioning Proper fix for centering the save dialog prompt --- pd/nw/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css index a29812f32..307d2ce7f 100644 --- a/pd/nw/css/default.css +++ b/pd/nw/css/default.css @@ -561,11 +561,11 @@ text { background-color: #f3f3f3; border:1px solid #f3f3f3; padding: 12px; - margin: 12px; + /* margin: 12px; */ /*box-shadow: 7px 7px 5px grey;*/ + width: 70%; left: 50%; top: 50%; - width: 70%; transform: translate(-50%, -50%); } -- GitLab