mirror of
https://github.com/stashapp/stash.git
synced 2026-02-26 09:12:23 +01:00
Make recommendation row width selector more specific.
Fixes issue where the media overrides would set the card width to the wrong value on small viewports.
This commit is contained in:
parent
d1479ca4e5
commit
6ef599e894
1 changed files with 1 additions and 1 deletions
|
|
@ -496,6 +496,6 @@
|
|||
// HACK: compatibility with existing behaviour after removed width from zoom-1 class
|
||||
// this should really be changed to use the specific card types instead of a generic zoom-1 class,
|
||||
// but this is a quick fix to prevent breaking existing styles
|
||||
.recommendation-row .zoom-1 {
|
||||
.recommendation-row .card.zoom-1 {
|
||||
width: 320px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue