Skip to content

Commit

Permalink
Visual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Jan 7, 2025
1 parent 3537143 commit e7da41f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/server/html/templates/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ <h1>Account</h1>
<span>
{{ .StorageUsed }} / {{ .StorageAvailable }}
{{ if .IsActive }}
(upgraded through {{ .ExpString }})
<br>(expires {{ .ExpString }})
{{ else if .IsPrevUpgraded }}
(upgrade expired {{ .ExpString }})
<br>(expired {{ .ExpString }})
{{ end }}
</span>
</td>
Expand Down
2 changes: 1 addition & 1 deletion web/ts/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const renderPDFPage = (num: number): void => {
pageNum = num;
pageRendering = true;
pdfDoc.getPage(num).then(function(page) {
let scale = 2.25;
let scale = 1.75;
if (pdfFullScreen) {
scale += 1.25;
}
Expand Down

0 comments on commit e7da41f

Please sign in to comment.