2019-08-18 02:43:44 +02:00
|
|
|
.grid--dupe-report-list {
|
|
|
|
grid-template-rows: auto;
|
|
|
|
grid-template-columns: 200px [image-cell-1] 200px [image-cell-2] auto [diff] auto [status-options];
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid--dupe-report-list__cell {
|
2024-12-17 17:49:05 +01:00
|
|
|
padding: 0.5em 0.25em;
|
2019-08-18 02:43:44 +02:00
|
|
|
}
|
|
|
|
|
2024-12-17 17:49:05 +01:00
|
|
|
.dr__image-cell .image-container {
|
|
|
|
@mixin img-checkerboard-background;
|
2019-08-18 02:43:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dr__diff {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dr__status-options {
|
2024-12-17 17:49:05 +01:00
|
|
|
padding: 0.5em;
|
2019-08-18 02:43:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.report-duplicate {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2024-12-17 17:49:05 +01:00
|
|
|
.difference,
|
|
|
|
.swipe,
|
|
|
|
.onion-skin {
|
2019-08-18 02:43:44 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.onion-skin__slider {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swipe__image {
|
|
|
|
cursor: ew-resize;
|
|
|
|
}
|
|
|
|
|
2024-12-17 17:49:05 +01:00
|
|
|
.difference__image,
|
|
|
|
.swipe__image,
|
|
|
|
.onion-skin__image {
|
2019-08-18 02:43:44 +02:00
|
|
|
max-height: 900px;
|
|
|
|
}
|