mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
Fix scene form layout bugs (#1177)
This commit is contained in:
parent
9d1b716f48
commit
698e21a04f
2 changed files with 0 additions and 3 deletions
|
|
@ -666,8 +666,6 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
|||
/>
|
||||
</Col>
|
||||
</Form.Group>
|
||||
</div>
|
||||
<div className="col-12 col-lg-6 col-xl-12">
|
||||
<Form.Group controlId="details">
|
||||
<Form.Label>StashIDs</Form.Label>
|
||||
<ul className="pl-0">
|
||||
|
|
|
|||
|
|
@ -417,7 +417,6 @@ div.dropdown-menu {
|
|||
[type="file"] {
|
||||
display: block;
|
||||
filter: alpha(opacity=0);
|
||||
font-size: 999px;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue