stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
9.37k stars 803 forks source link

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

Open Skier23 opened 2 years ago

Skier23 commented 2 years ago

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

7dJx1qP commented 2 years ago

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;
}