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

@@ -61,7 +61,7 @@ export const DetailsEditNavbar: React.FC<IProps> = (props: IProps) => {
return (
<Button
variant="danger"
className="delete d-none d-sm-block"
className="delete"
onClick={() => setIsDeleteAlertOpen(true)}
>
<FormattedMessage id="actions.delete" />