@byline/cli 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -261,7 +261,7 @@ export function MediaListView({
|
|
|
261
261
|
className="group flex flex-col overflow-hidden rounded border border-gray-200 dark:border-gray-700 bg-white dark:bg-canvas-800 hover:border-indigo-400 dark:hover:border-indigo-500 transition-colors no-underline"
|
|
262
262
|
>
|
|
263
263
|
{/* Thumbnail */}
|
|
264
|
-
<div className="relative aspect-
|
|
264
|
+
<div className="relative aspect-5/4 overflow-hidden bg-gray-100 dark:bg-canvas-700">
|
|
265
265
|
{thumbUrl ? (
|
|
266
266
|
<img
|
|
267
267
|
src={thumbUrl}
|