linkding/bookmarks
Daniel Henning 353ba433f0
Prevent zoom-in after focusing an input on small viewports on iOS devices (#440)
* base.scss: Prevent zoom-in on focusing inputs on small viewports

Adding a media query which sets the font-size for `.form-input` inputs
to 1rem. This aims to prevent the zoom-in on small viewports on iOS
devics which automatically zoom-in a website if the font-size in a
focused input is smaller than 16px.

* Update bookmarks/styles/base.scss

---------

Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
2023-05-18 09:24:55 +02:00
..
api Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
components Disable autocapitalization for tag input form (#395) 2023-02-18 18:51:31 +01:00
e2e Add basic E2E test setup 2023-01-22 00:47:47 +01:00
management/commands Add option to create initial superuser (#323) 2022-09-04 08:08:15 +02:00
migrations Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
services Escape texts in exported HTML (#429) 2023-02-18 18:25:54 +01:00
static Add bookmark list keyboard navigation (#320) 2022-08-14 11:28:36 +02:00
styles Prevent zoom-in after focusing an input on small viewports on iOS devices (#440) 2023-05-18 09:24:55 +02:00
templates Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
templatetags Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
tests Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
views Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
__init__.py Implement basic bookmark page 2019-06-27 08:09:51 +02:00
admin.py Fix error when deleting all bookmarks in admin (#336) 2022-09-09 08:31:28 +02:00
apps.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
context_processors.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
feeds.py Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
middlewares.py Add support for authentication proxies (#321) 2022-08-14 13:35:03 +02:00
models.py Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
queries.py Allow searching for tags without hash character (#449) 2023-05-18 09:06:22 +02:00
signals.py Make Internet Archive integration opt-in (#250) 2022-05-14 09:46:51 +02:00
urls.py Add Health Check endpoint (#392) 2023-01-20 22:26:58 +01:00
utils.py Prevent external redirects 2022-03-27 11:47:45 +02:00
validators.py Add option to disable bookmark URL validation (#57) 2021-02-06 16:27:19 +01:00