mealie/frontend
Bryce Willey 553325ed09
fix: use flex-basis, not width to fix min size bug (#1548)
On mobile screens when following a registration invite link, the page
would be too wide to interact with, extending well over the sides of the
phone.

This is because the minimum size of content is set to `auto` (by
default), and accord to the spec (https://www.w3.org/TR/css-flexbox-1/#specified-size-suggestion)
the minimum size of the element is the mimimum size of it's content. The
password strength element in the panel had a width of 500px, making the
entire component overflow the screen.

Changing the width to `flex-basis` instead, allows for the password
strength element to shrink if it overflows the screen.
2022-08-12 08:59:34 -08:00
..
.husky refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
api fix: validate OpenAPI spec (#1528) 2022-08-06 16:54:29 -08:00
assets chore: deps-dev-bump (#1533) 2022-08-08 17:58:10 -08:00
components chore: make vue domain components localizable (#1532) 2022-08-09 21:12:45 -08:00
composables fix: ignore-place-in-search (#1544) 2022-08-09 20:34:08 -08:00
lang New Crowdin updates (#1546) 2022-08-10 16:03:01 -08:00
layouts chore: update dev dependencies (#1282) 2022-05-25 09:38:21 -08:00
pages fix: use flex-basis, not width to fix min size bug (#1548) 2022-08-12 08:59:34 -08:00
plugins feat: implement local storage for sorting and dynamic sort icons on the new recipe sort card (#1506) 2022-07-31 11:39:35 -08:00
static fix (possible): PWA blank screen (#1523) 2022-08-02 14:06:26 -08:00
store Setup vite for development 2021-08-08 17:01:45 -08:00
types security: multiple reported CVE fixes (#1515) 2022-07-31 13:10:20 -08:00
utils/icons feat: implement local storage for sorting and dynamic sort icons on the new recipe sort card (#1506) 2022-07-31 11:39:35 -08:00
.editorconfig nuxt init 2021-07-31 14:00:28 -08:00
.eslintrc.js fix: bad import path (#1313) 2022-05-29 09:09:36 -08:00
.gitignore nuxt init 2021-07-31 14:00:28 -08:00
.prettierrc refactor(frontend): 🏗️ scafold pages and componenets folder 2021-07-31 14:45:28 -08:00
Caddyfile feat: docker volume validation (#1125) 2022-04-02 16:35:53 -08:00
Dockerfile feature/multi-tenancy and move caddy server (#980) 2022-02-20 14:17:51 -09:00
nuxt.config.js chore: deps-dev-bump (#1533) 2022-08-08 17:58:10 -08:00
package.json fix(deps): bump vuetify from 2.6.8 to 2.6.9 in /frontend (#1543) 2022-08-09 21:23:02 -08:00
run.sh feature/multi-tenancy and move caddy server (#980) 2022-02-20 14:17:51 -09:00
template.env feat(frontend): Add Meal Tags + UI Improvements (#807) 2021-11-20 14:30:38 -09:00
tsconfig.json remove explicity typescript version (#1285) 2022-05-25 10:14:24 -08:00
yarn.lock fix(deps): bump vuetify from 2.6.8 to 2.6.9 in /frontend (#1543) 2022-08-09 21:23:02 -08:00