mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix width of image selection arrow div (#4142)
This commit is contained in:
@@ -402,7 +402,7 @@ export const ScrapedImagesRow: React.FC<IScrapedImagesRowProps> = (props) => {
|
||||
/>
|
||||
)}
|
||||
renderNewField={() => (
|
||||
<div>
|
||||
<div className="image-selection-parent">
|
||||
<ImageSelector
|
||||
imageClassName={props.className}
|
||||
images={props.images}
|
||||
|
||||
@@ -144,6 +144,10 @@
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.image-selection-parent {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.image-selection {
|
||||
.select-buttons {
|
||||
align-items: center;
|
||||
@@ -369,6 +373,7 @@ div.react-datepicker {
|
||||
|
||||
.react-datepicker__day {
|
||||
color: $text-color;
|
||||
|
||||
&.react-datepicker__day--disabled {
|
||||
color: $text-muted;
|
||||
}
|
||||
@@ -438,6 +443,7 @@ div.react-datepicker {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-enable */
|
||||
|
||||
#date-picker-portal .react-datepicker-popper {
|
||||
|
||||
Reference in New Issue
Block a user