1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-07 22:33:50 +00:00

Whitespace!

This commit is contained in:
Jeremy Ruston 2012-06-11 17:36:40 +01:00
parent e5ba101ebe
commit a4a2b27749

View File

@ -101,14 +101,14 @@ exports.handleEvent = function(event) {
exports.executeMacro = function() { exports.executeMacro = function() {
this.inZoomer = false; this.inZoomer = false;
var attributes = { var attributes = {
style: { style: {
"position": "absolute", "position": "absolute",
"right": "0", "right": "0",
"top": "0", "top": "0",
"min-width": "16px", "min-width": "16px",
"height": "100%" // Makes the height the same as the body, since the body is position:relative "height": "100%" // Makes the height the same as the body, since the body is position:relative
} }
}; };
if(this.classes) { if(this.classes) {
attributes["class"] = this.classes.slice(0); attributes["class"] = this.classes.slice(0);
} }