From c5551394f1a415a1f6fcfbb944b6467a8d7cb3cc Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 16 Aug 2011 13:47:33 +0900 Subject: アイコンサイズを統一 --- twittperator.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'twittperator.js') 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 = Twittperator Twitter Client using OAuth and Streaming API OAuth/StreamingAPI対応Twitterクライアント - 1.14.1 + 1.14.2 2.3 - 3.2 teramako anekos MIT 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; } ]]>.toSource() .replace(/(?:\r\n|[\r\n])[ \t]*/g, " ") + s.reduce(function(table, status) { -- cgit v1.2.3