Fix scene form layout bugs (#1177)

This commit is contained in:
InfiniteTF
2021-03-06 23:19:30 +01:00
committed by GitHub
parent 9d1b716f48
commit 698e21a04f
2 changed files with 0 additions and 3 deletions

View File

@@ -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">

View File

@@ -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;