szurubooru/client/js/controls
Eva 81416b6024 client/views: apply correct margins, fix android sizing
Images in fit mode 'width' and 'both' would extend to the very edge
of the screen on desktop. The right side margin was previously only
addressed on mobile from god knows where... (the lack of a scrollbar?)
Instead of trying to guess the post content width, we can set
overflow-x: hidden on the container which lets us get the real value.
Viewport height on Android was wrong when the address bar was shown,
causing unnecessary and jumpy image resizing. Use iOS hack.
All this sizing bs should really be done by toggling classes and using
regular css min/max width. For "Upscale small posts" option as well.
2024-03-21 20:36:58 +01:00
..
auto_complete_control.js client/search: fix autocomplete for composite queries 2020-08-22 10:17:59 -04:00
comment_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
comment_list_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
expander_control.js client: linting 2021-11-29 18:44:20 -05:00
file_dropper_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_auto_complete_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_input_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_content_control.js client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00
post_edit_sidebar_control.js client: linting 2021-11-29 18:44:20 -05:00
post_notes_overlay_control.js client: linting 2021-11-29 18:44:20 -05:00
post_readonly_sidebar_control.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
tag_auto_complete_control.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_input_control.js client+server: fixed style errors 2021-09-13 13:25:37 -04:00