szurubooru/client
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
..
css client/upload: fix thumbnail width in post uploads 2023-04-17 19:50:40 -04:00
fonts client/public: Remove public/ folder and generate it on build 2018-12-22 12:31:25 +01:00
html client+server: add quicktime video support 2023-04-17 12:21:26 -04:00
img client/css: generate transparency grid via pure CSS 2020-10-12 16:07:49 -04:00
js client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00
.babelrc client/build: replace uglify-es, update dependencies 2018-07-08 09:30:29 +02:00
.dockerignore client: update NPM lockfile 2019-11-03 19:54:33 -05:00
.eslintrc.yml client/js/markdown: fix processing of inline markdown 2022-02-16 09:09:21 -05:00
.jscsrc client/build: remove babel when not transpiling 2016-05-21 00:08:43 +02:00
.prettierrc.yml client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
build.js Improve compilation speed for development builds (#402) 2021-05-14 14:39:40 +00:00
docker-start.sh client+server: fix linter issues due to updated pre-commit hooks 2020-09-01 14:07:39 -04:00
Dockerfile client/docker: Do not pin LTS version of Node 2021-11-29 18:09:56 -05:00
nginx.conf.docker client/docker: enforce waitress' max upload limitations on nginx proxy 2020-06-05 10:07:55 -04:00
package-lock.json client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00
package.json client/views: apply correct margins, fix android sizing 2024-03-21 20:36:58 +01:00