syncthing/gui/default/assets/css
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
..
dev.css gui: Prevent log bar from flashing up while page is loading 2016-05-30 13:16:15 +00:00
overrides.css gui: Fix text wrapping on tablet-sized screens (fixes #8529) (#8533) 2022-09-13 19:18:57 +02:00
theme.css lib/api: Make theme paths relative (#6142) 2019-11-09 12:07:46 +00:00
tree.css gui: Tweak the Restore Versions modal for better usability (#7972) 2022-01-25 23:08:27 +01:00