Mobile fixes (#1539)

* Make new tag, gallery and studio pages mobile friendly
* Enable new button on mobile
* Update movies edit HTML to be more in line with scene

Update the code of the MovieEditPanel to be more in sync with the
SceneEditPanel. Changes made are:
 * Use FormUtil.renderLabel instead of manually building
 * Always apply xs=9 breakpoint

This fixes some layout issues on mobile while still looking the same on
tablet and desktop resolution.

* Enable delete button for tags, studios and movies on mobile
* Add changelog

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
gitgiggety
2021-07-12 12:56:38 +02:00
committed by GitHub
parent 7b85df868d
commit 9591faf3d4
8 changed files with 44 additions and 41 deletions

View File

@@ -285,7 +285,7 @@ export const MainNavbar: React.FC = () => {
</Fade>
</Navbar.Collapse>
<Nav className="order-2 flex-row">
<div className="d-none d-sm-block">{newButton}</div>
<div>{newButton}</div>
<Nav.Link
href="https://opencollective.com/stashapp"
target="_blank"