mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
[Bug Fix] Fix scene markers editor mobile UI (#1718)
* Fix mobile layout
This commit is contained in:
@@ -93,7 +93,7 @@ export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Form.Group className={`duration-input ${props.className}`}>
|
||||
<div className={`duration-input ${props.className}`}>
|
||||
<InputGroup>
|
||||
<Form.Control
|
||||
className="duration-control text-input"
|
||||
@@ -122,6 +122,6 @@ export const DurationInput: React.FC<IProps> = (props: IProps) => {
|
||||
{renderButtons()}
|
||||
</InputGroup.Append>
|
||||
</InputGroup>
|
||||
</Form.Group>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user