Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add US Letter Page Size snippet #3893

Open
ericscheid opened this issue Nov 13, 2024 · 1 comment
Open

Add US Letter Page Size snippet #3893

ericscheid opened this issue Nov 13, 2024 · 1 comment
Labels
P2 - minor feature or not urgent Minor bugs or less-popular features phb-style solution found A solution exists; just needs to be applied UI/UX User Interface, user experience

Comments

@ericscheid
Copy link
Collaborator

Your idea:

The default page size is US Letter, but the average new user shouldn't be expected to know that.

/* US Letter Page Size */
.page {
	width  : 215.9mm; /* 8.5in */
	height : 279.4mm; /* 11in */
}

This is a low priority issue, perfect for a new contributor or anyone during Hacktober.
Solution found = duplicate the existing A4 snippet code and substitute in the css above.

@ericscheid ericscheid added phb-style solution found A solution exists; just needs to be applied UI/UX User Interface, user experience P2 - minor feature or not urgent Minor bugs or less-popular features labels Nov 13, 2024
@5e-Cleric
Copy link
Member

5e-Cleric commented Nov 13, 2024

Even if they don't know that, this still doesn't make any sense, a user that doesn't know the page is letter size and tries this snippet, will complain it doesn't work because the page size doesn't change!

Nevermind, forgot it was my own intention to change the default page size to a selectable thing. Go on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 - minor feature or not urgent Minor bugs or less-popular features phb-style solution found A solution exists; just needs to be applied UI/UX User Interface, user experience
Projects
None yet
Development

No branches or pull requests

2 participants