cschiller / zhongwen

Official source code of the "Zhongwen" Chrome extension
https://chrome.google.com/webstore/detail/zhongwen-chinese-english/kkmlkkjojmombglmlpbpapmhcaljjkde
GNU General Public License v2.0
322 stars 54 forks source link

Pop-up window issue #26

Closed Thomasc5 closed 4 years ago

Thomasc5 commented 5 years ago

On some Chinese websites, the texts in the pop-up window don't seem to display properly. For exmaple:

1 https://hk.on.cc/hk/bkn/cnt/amenews/20190925/bkn-20190925060138538-0925_00972_001.html

cschiller commented 5 years ago

The problem on the page you mentioned is a CSS file that sets the line-height to 1.0em, which affects the layout of the pop-up window. Unfortunately, there's not much that can be done about this. The culprit here is not Zhongwen, but the layout definition of the page itself.