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
8.78k stars 778 forks source link

[Feature] Improve and add more classnames to elements in card-sections #2078

Open echo6ix opened 2 years ago

echo6ix commented 2 years ago

Is your feature request related to a problem? Please describe. Custom CSS styling could be made easier if more elements had class names.

Describe the solution you'd like Add class names to elements in the card-section's.

Example:

<div class="scene-card">
     <div class="video-section">...</div>
     <div class="card-section">
          <h5 class="card-section-title">Scene title goes here</h5>
          <div class="card-section-date">2021-11-29</div>
          <div class="card-section-performers"><a href="..">Performer name</a></div>
          <div class="card-section-details">Scene description here</div>
          <hr>
          <div class="card-popovers">...</div>
     </div>
</div>

This would probably break existing custom CSS "themes", but such is the risk with custom CSS injection.

ALonelyJuicebox commented 2 years ago

Huge fan of customizability. I think this would be a net improvement.