mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix scene form layout bugs (#1177)
This commit is contained in:
@@ -666,8 +666,6 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
|||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
</div>
|
|
||||||
<div className="col-12 col-lg-6 col-xl-12">
|
|
||||||
<Form.Group controlId="details">
|
<Form.Group controlId="details">
|
||||||
<Form.Label>StashIDs</Form.Label>
|
<Form.Label>StashIDs</Form.Label>
|
||||||
<ul className="pl-0">
|
<ul className="pl-0">
|
||||||
|
|||||||
@@ -417,7 +417,6 @@ div.dropdown-menu {
|
|||||||
[type="file"] {
|
[type="file"] {
|
||||||
display: block;
|
display: block;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
font-size: 999px;
|
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user