UI: use full screen height for displaying pdf files

This commit is contained in:
Beowulf 2024-04-25 00:19:28 +02:00
parent d6c36ec406
commit 9035b400a6
No known key found for this signature in database
GPG key ID: 44225F5F2792841D
2 changed files with 2 additions and 1 deletions

View file

@ -402,7 +402,7 @@ td .commit-summary {
.pdf-content {
width: 100%;
height: 600px;
height: 100vh;
border: none !important;
display: flex;
align-items: center;