Skip to content

Commit

Permalink
Fix: Update modern-dark.md
Browse files Browse the repository at this point in the history
Implement Theme-Fix for latest stash app version.
See stashapp/stash#4238 for more infos.
  • Loading branch information
madejackson authored and DogmaDragon committed Nov 23, 2023
1 parent a41b189 commit c4c12d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions user-interface-ui/themes/modern-dark.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ Enjoy!
background-attachment: fixed;
background-position: center;
}
@media (max-width: 575.98px) and (orientation: portrait) {
.scene-card-preview-image {
height: calc(100vw * (9 / 16));
}
// @media (max-width: 575.98px) and (orientation: portrait) {
// .scene-card-preview-image {
// height: calc(100vw * (9 / 16));
// }
.gallery-tabs .mr-auto.nav.nav-tabs {
display: grid;
grid-auto-flow: column;
Expand Down Expand Up @@ -532,4 +532,4 @@ Enjoy!
.video-js .vjs-play-progress {
background-color: #e5a00d;
}
```
```

0 comments on commit c4c12d6

Please sign in to comment.