From c1ea7f6d527c1f6cac36354e583d316e9d634b8f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 25 Apr 2012 12:36:35 +0900 Subject: [PATCH] focus field on image click --- aqt/editor.py | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/aqt/editor.py b/aqt/editor.py index 7e1494fe9..3f909914b 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -40,7 +40,7 @@ _html = """ .fname { font-size: 10px; vertical-align: middle; padding: 0; font-family: "%s"; } #dupes { font-size: 12px; } -img { max-width: 100%%; } +img { max-width: 90%%; } body { margin: 5px; }