mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 03:07:08 +00:00
Don't stretch single list for grid view
This commit is contained in:
parent
d1cde20e68
commit
a00c732e4f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- eslint-disable max-len -->
|
||||
<template lang="html">
|
||||
<div :class="['list', viewClass, { unique }]">
|
||||
<div :class="['list', viewClass, { unique: unique && view !== 'grid' }]">
|
||||
<header>
|
||||
<span>
|
||||
<i
|
||||
|
|
Loading…
Add table
Reference in a new issue