diff options
author | cd01 | 2013-01-18 23:37:48 +0900 |
---|---|---|
committer | cd01 | 2013-01-18 23:37:48 +0900 |
commit | abe54a78bc9bdb6384bbed311de5dd9462e70513 (patch) | |
tree | 2310a8ff641c3134ee260574a1f2296262511743 /twittperator | |
parent | 6ef6dfb1680cea90b94cfdf6aa3a2a633ac5bfc3 (diff) | |
download | vimperator-plugins-abe54a78bc9bdb6384bbed311de5dd9462e70513.tar.bz2 |
Fix min width in twsidebar
Diffstat (limited to 'twittperator')
-rw-r--r-- | twittperator/twsidebar.tw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw index b8a2a84..d4c097a 100644 --- a/twittperator/twsidebar.tw +++ b/twittperator/twsidebar.tw @@ -144,7 +144,7 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { <hbox flex="1"> <label class={nameClass} style="font-weight: bold">{escapeBreakers(t.name)}</label> <spacer flex="1"/> - <label>{t.sub || ''}</label> + {t.sub || ''} </hbox> <description flex="1" style="word-break:break-all;">{escapeBreakers(t.text)}</description> </vbox> |