szurubooru/client/js/views
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
..
comments_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
empty_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
endless_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
help_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
home_view.js client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00
login_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
manual_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
not_found_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
password_reset_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_categories_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_create_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_delete_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_edit_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_merge_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_summary_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pool_view.js client/pools: inherit option to show underscores as spaces 2020-06-23 12:36:26 -04:00
pools_header_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
pools_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_detail_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_main_view.js client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00
post_merge_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
post_upload_view.js client+server: added quicktime upload support 2023-04-17 11:36:44 -04:00
posts_header_view.js client: add bulk delete feature (#459) 2023-01-19 18:44:31 +01:00
posts_page_view.js client: add bulk delete feature (#459) 2023-01-19 18:44:31 +01:00
registration_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
settings_view.js client/posts: support content aware post flow option 2020-09-27 20:11:56 -04:00
snapshots_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_categories_view.js client/tag-categories: sort by order on tag-category edit page 2020-09-25 00:02:12 -04:00
tag_delete_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_edit_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_merge_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_summary_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tag_view.js client/pools: inherit option to show underscores as spaces 2020-06-23 12:36:26 -04:00
tags_header_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tags_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
top_navigation_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_delete_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_edit_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_summary_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
user_tokens_view.js client: linting 2021-11-29 18:44:20 -05:00
user_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
users_header_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
users_page_view.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00