syncthing/gui/default
tomasz1986 7d3c390c91
gui: Fix text wrapping on tablet-sized screens (fixes #8529) (#8533)
Currently, the code contains a "mobile phone" fix to allow wrapping of
long lines in table heading and cells. However, the fix is applied to
all screen sizes equal or below 768 px wide, which causes the layout to
break on tablet-sized screens.

The commit moves the "mobile" fix to the actual mobile media query,
which is applied to screens up to 419 px wide. It is only really needed
there, where it synergises with the existing fix that changes table cell
display to "block". There is no need to wrap the text on larger screens,
as there is more than enough space to display the lines in full on them.

Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
2022-09-13 19:18:57 +02:00
..
assets gui: Fix text wrapping on tablet-sized screens (fixes #8529) (#8533) 2022-09-13 19:18:57 +02:00
syncthing gui: Fix error in Restore Versions when path exists as both directory and file (fixes #7068) (#8532) 2022-09-12 08:19:29 +02:00
vendor all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
index.html gui: Add tooltip to folder error message (fixes #7603) (#8531) 2022-09-11 22:13:04 +02:00
modal.html gui: Update to Font Awesome v5 (#4889) 2018-05-24 19:59:32 +01:00