Updates text preview styling.

This commit is contained in:
Lars Jung 2012-08-05 02:37:52 +02:00
parent 90b0b97e22
commit f366779f7b
5 changed files with 13 additions and 6 deletions

View file

@ -42,9 +42,9 @@ modulejs.define('ext/preview-txt', ['_', '$', 'sh', 'core/settings', 'core/resou
barheight = 31;
$container.css({
width: rect.width - 2 * margin,
// width: rect.width - 2 * margin,
height: rect.height - 2 * margin - barheight - 32,
left: margin,
// left: margin,
top: margin
});
},