mirror of
https://github.com/stashapp/stash.git
synced 2026-02-07 16:05:47 +01:00
Quick fix for front page card styling
This commit is contained in:
parent
d64b3b711c
commit
ea1ba9f3a2
1 changed files with 7 additions and 0 deletions
|
|
@ -492,3 +492,10 @@
|
|||
color: white;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
// 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 {
|
||||
width: 320px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue