Skip to content

Commit

Permalink
Update pdf-view.css to enable auto cell size
Browse files Browse the repository at this point in the history
A new line is added to the .pdf-view class in the pdf-view.css. This change has been made to allow automatic sizing of the cells on the UI by setting the -fx-cell-size to -1. This will enhance the view by adjusting the cell sizes based on the content.
  • Loading branch information
dlemmermann committed Nov 21, 2023
1 parent 9a767e5 commit 1c0d7d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
-fx-background: rgb(245, 245, 245);
-fx-background-color: -fx-background;
-fx-padding: 20 20 10 10;
-fx-cell-size: -1;
}

.pdf-view .thumbnail-list-view .list-cell:odd,
Expand Down

0 comments on commit 1c0d7d0

Please sign in to comment.