mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
fix(webui): remove ripple effect on series card
This commit is contained in:
parent
a26e152b87
commit
ce5594e82e
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<template v-slot:default="{ hover }">
|
||||
<v-card :width="width"
|
||||
:to="{name:'browse-series', params: {seriesId: series.id}}"
|
||||
:ripple="false"
|
||||
>
|
||||
<v-img
|
||||
:src="thumbnailUrl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue