mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Make mobile menu behavior more consistent, and stats styles responsive (#391)
This commit is contained in:
@@ -137,10 +137,7 @@ export const Scene: React.FC = () => {
|
||||
>
|
||||
<SceneFileInfoPanel scene={scene} />
|
||||
</Tab>
|
||||
<Tab
|
||||
eventKey="scene-edit-panel"
|
||||
title="Edit"
|
||||
>
|
||||
<Tab eventKey="scene-edit-panel" title="Edit">
|
||||
<SceneEditPanel
|
||||
scene={scene}
|
||||
onUpdate={newScene => setScene(newScene)}
|
||||
|
||||
Reference in New Issue
Block a user