diff --git a/contentscript.js b/contentscript.js index 3d81372..78db557 100644 --- a/contentscript.js +++ b/contentscript.js @@ -25,7 +25,7 @@ $('#turn_fold').hide(); $('#turn_wrapper').width('100%').height('100%').off(); $('#turn_object').width('100%').height('100%').off(); - $('#turn_hideme').width('100%').height('100%').off(); + $('#turn_hideme').width('auto').height('auto').off(); }/* else { $('#turn_fold').show(); $('#turn_wrapper').width('80px').height('80px');