YouROK / TorrServer

Torrent stream server
GNU General Public License v3.0
1.35k stars 179 forks source link

webui: scrollbar appears when torrent title takes four lines of text, even if text fits. #285

Closed filimonic closed 10 months ago

filimonic commented 10 months ago

Description:
Scrollbar appears when torrent title takes four lines of text, even if text fits. image

Expected behavior:
No vertical scrollbar seen when text takes up to 4 lines, as all text is visible.

Actual behavior:
Vertical scroll is visible when there are exactly four lines of text in some browsers

Affected browsers (some):

Proposed solution: add min-height: 4lh for description-torrent-title. LH units are supported by ~80% of internet users.

tsynik commented 10 months ago

I't not so easy to fix, because torrent card have different layouts and font size on different screens. So just short the title by pressing on cover, if you don't like scrollbars.