mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
Merge pull request 'feat: UI: use full screen height for displaying pdf files' (#3434) from Beowulf/forgejo:full-screen-height-pdf into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3434 Reviewed-by: Otto <otto@codeberg.org> Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
8f93ac7e7a
2 changed files with 2 additions and 1 deletions
|
@ -402,7 +402,7 @@ td .commit-summary {
|
|||
|
||||
.pdf-content {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
height: 100vh;
|
||||
border: none !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue