aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-09-07 15:37:05 +0900
committeranekos2011-09-07 15:37:05 +0900
commita285e7bf25a925b25e121adebba220f6b94207cd (patch)
tree89c6989860c687c5cbf6ca7593e091ae2887f76d /google-plus-commando.js
parent592a5c798d464f097e4ea308eb90cd1df04990d5 (diff)
downloadvimperator-plugins-a285e7bf25a925b25e121adebba220f6b94207cd.tar.bz2
数値の変更怖い
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index 7d54052..3d881ca 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -415,7 +415,7 @@ let g:gplus_commando_map_menu = "m"
},
post: {
root: function () {
- let div = cssRules.find(/\{ margin-left: 21px; margin-right: 21px; margin-top: 10px; width: 532px; \}/);
+ let div = cssRules.find(/\{ margin-left: \d+px; margin-right: \d+px; margin-top: \d+px; width: \d+px; \}/);
return '#contentPane ' + 'div[decorated="true"]' + div;
// onclick の this.className += ' f-Sa' は初めは存在しないっぽい
},