Change / Relocate Scene Details #5555
Answered
by
echo6ix
nathanstreetx
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
echo6ix
Dec 14, 2024
Replies: 2 comments
-
There are several WIP branches that update the details tab styling. Feedback is welcome.
If you just want to modify it to your preference, you can ask for community help. https://docs.stashapp.cc/#support |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can remove the [class="tab-content"] {
[class*=-details] {
/* Hide CREATED AT and UPDATED AT fields */
&> h6:nth-of-type(-n+2) {
display: none;
}
}
} Cannot accomplish your other requests with CSS alone. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nathanstreetx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove the
Created at
andUpdated at
fields using the following CSS (mileage may vary I haven't tested this extensively)Cannot accomplish your other requests with CSS alone.