mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Make thumbnail CSS size independent of data-loaded tag
This commit is contained in:
parent
2bb981a835
commit
1d31018c7d
1 changed files with 5 additions and 1 deletions
|
@ -1115,9 +1115,13 @@ html[dir='rtl'] .verticalToolbarSeparator {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
.thumbnail:not([data-loaded]) {
|
||||
border: 1px dashed rgba(255, 255, 255, 0.5);
|
||||
margin-bottom: 10px;
|
||||
margin: -1px -1px 4px -1px;
|
||||
}
|
||||
|
||||
.thumbnailImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue