From 421ed1e5458ef8b3947ca4cce45eae7804b41f74 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 27 Oct 2014 12:51:28 -0400 Subject: [PATCH] Fix compose body area size, so scrollbars aren't truncated, unify padding --- skins/larry/ui.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 5cd2167..c8204b6 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -502,7 +502,7 @@ $('#composebodycontainer > div').width(w+8); $('#composebody_ifr').height(h + 4 - $('div.mce-toolbar').height()); - $('#googie_edit_layer').height(h - 8); + $('#googie_edit_layer').width(w).height(h); // $('#composebodycontainer')[(btns ? 'addClass' : 'removeClass')]('buttons'); // $('#composeformbuttons')[(btns ? 'show' : 'hide')](); -- Gitblit v1.9.1