Make thumbnail CSS size independent of data-loaded tag
This commit is contained in:
parent
2bb981a835
commit
1d31018c7d
@ -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…
x
Reference in New Issue
Block a user