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

Scale Issue for Save as PDF from Print #502

Closed
pl4nty opened this issue Jul 8, 2024 · 4 comments · Fixed by #504
Closed

Scale Issue for Save as PDF from Print #502

pl4nty opened this issue Jul 8, 2024 · 4 comments · Fixed by #504
Labels
bug Something isn't working

Comments

@pl4nty
Copy link
Owner

pl4nty commented Jul 8, 2024

Category: Issue
Contact:

Originally submitted via the Microsoft Form

@jthvai
Copy link
Collaborator

jthvai commented Jul 9, 2024

Confirmed.

Temporary workaround: print in landscape at 70% scale.

@jthvai
Copy link
Collaborator

jthvai commented Jul 9, 2024

This is what happens by default:

Screenshot of issue

Screenshot of the Chromium print window, printing in portrait mode. The calendar only displays Sunday to Tuesday.

@jthvai
Copy link
Collaborator

jthvai commented Jul 9, 2024

anutimetable/src/index.scss

Lines 311 to 314 in 3038ed3

.print-view {
@page {
size: landscape;
}

The CSS is apparently already supposed to print in landscape, though it clearly isn't.

@jthvai
Copy link
Collaborator

jthvai commented Jul 9, 2024

Well, side note: printing is entirely broken in Firefox (#503).

@jthvai jthvai added the bug Something isn't working label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants