stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Option to disable Movies/Scenes and Galleries inputs from Scene Edit page

Open Skier23 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. It would be nice to disable the input options for Movies/Scenes and Galleries on the scene edit page for people that don't use these features so that there would be more room for the other relevant info.

Describe the solution you'd like Option to disable these fields

Describe alternatives you've considered Currently just living with it how it is.

Additional context N/A

Skier23 avatar Sep 02 '22 00:09 Skier23

You can use this custom css to hide those inputs

#scene-edit-details > form > .form-container > div > .form-group:nth-child(5),
#scene-edit-details > form > .form-container > div > .form-group:nth-child(8) {
    display: none;
}

7dJx1qP avatar Sep 02 '22 01:09 7dJx1qP