Skip to content

Commit

Permalink
Fix scene form layout bugs (stashapp#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteTF authored Mar 6, 2021
1 parent 9d1b716 commit 698e21a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ui/v2.5/src/components/Scenes/SceneDetails/SceneEditPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
1 change: 0 additions & 1 deletion ui/v2.5/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 698e21a

Please sign in to comment.