Commit Graph

8 Commits

Author SHA1 Message Date
Corentin Thomasset 4f599b6999 fix(device-information): handle of unknown values 2022-07-28 19:30:36 +02:00
JWB 138149e6f0 fix(device-information): prevent unwanted y-truncature of text
* Device information page styling fix

I was checking out your site, and really like it! already added to my bookmarks, and when I was on the Device Information page I noticed the `p` and `y` in the words 1 dppx and landscape-primary were cut off and my ocd kicked in to tweak it.
The fix was to remove the line height set on the value, and then to keep the spacing how it was just moving it up 5px seemed to do the trick.

I'm using Firefox 102.0.1 on Windows 11. I'll attach some pics so you can see the before and after.

I've never messed with vue, but after looking at this file here ya make me want to check it out more. I love how its keeping it all together in one file.
Might also need to rebuild it the site after this change, but you get the point. 

Awesome site!

* Update src/tools/device-information/device-information.vue

Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
2022-07-28 19:28:23 +02:00
Corentin Thomasset 11720e6cde feat(tools): new badge for recently created tools 2022-06-02 00:11:49 +02:00
Corentin Thomasset ac89490794 refactor: renammed Tool.ts to tool.ts 2022-06-02 00:11:49 +02:00
Corentin Thomasset 9755e51fe2 fix(typo): misspelings 2022-05-09 14:38:54 +02:00
Corentin Thomasset e21230bbd9 refactor(responsive): row layout for multicards on big screens 2022-04-24 23:09:12 +02:00
Corentin Thomasset 086d31eab5 refactor(lint): linter auto fix 2022-04-22 23:31:40 +02:00
Corentin Thomasset 277bd5f0da feat(new-tool): device information 2022-04-18 18:22:47 +02:00