aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2011-08-16 13:47:33 +0900
committeranekos2011-08-16 13:47:33 +0900
commitc5551394f1a415a1f6fcfbb944b6467a8d7cb3cc (patch)
tree9852014b0d22b2cabc062b04c692c98c3a1c6a85 /twittperator.js
parent6366343eaf8f0569428ccffdccaab0e36b74310e (diff)
downloadvimperator-plugins-c5551394f1a415a1f6fcfbb944b6467a8d7cb3cc.tar.bz2
アイコンサイズを統一
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/twittperator.js b/twittperator.js
index 907dc47..ef60816 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,9 +28,8 @@ let PLUGIN_INFO =
<name>Twittperator</name>
<description>Twitter Client using OAuth and Streaming API</description>
<description lang="ja">OAuth/StreamingAPI対応Twitterクライアント</description>
- <version>1.14.1</version>
+ <version>1.14.2</version>
<minVersion>2.3</minVersion>
- <maxVersion>3.2</maxVersion>
<author email="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
<author email="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>MIT License</license>
@@ -1726,7 +1725,7 @@ let PLUGIN_INFO =
.twitter.entry-content { white-space: normal !important; }
.twitter.entry-content a { text-decoration: none; }
.twitter.entry-content.rt:before { content: "RT "; color: silver; }
- img.twitter.photo { border: 0px; width: 16px; height: 16px; vertical-align: baseline; margin: 1px; }
+ img.twitter.photo { border: 0px; width: 24px; height: 24px; vertical-align: baseline; margin: 1px; }
]]></style>.toSource()
.replace(/(?:\r\n|[\r\n])[ \t]*/g, " ") +
s.reduce(function(table, status) {