mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #48] [MERGED] Use px font sizing #53
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/48
Author: @sebastiandedeyne
Created: 1/8/2019
Status: ✅ Merged
Merged: 1/18/2019
Merged by: @sebastiandedeyne
Base:
master← Head:use-px-font-sizing📝 Commits (2)
8845294Update depse29ba26Use px font sizing📊 Changes
2 files changed (+4521 additions, -1480 deletions)
View changed files
📝
resources/css/base/html.css(+36 -5)📝
yarn.lock(+4485 -1475)📄 Description
Unfortunately, viewport font sizes don't play well with browser zooming. For better accessability and usability, I think we should just use pixels instead.
See https://www.stefanjudis.com/today-i-learned/viewport-units-for-font-sizes-destroy-zooming/
We could do something "smarter", but I kinda like the simple solution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.