Compare commits

...

1 commit

Author SHA1 Message Date
Beowulf e766e13556
UI: use full screen height for displaying pdf files 2024-04-25 00:19:28 +02:00

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;