mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
Restored drag handle class
This commit is contained in:
parent
5189a015b8
commit
9ea122f36a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<div :class="['game-card-options', { dark: darkModeEnabled}]" v-else>
|
||||
<button
|
||||
v-if="!searchResult"
|
||||
:class="['small tiny', {
|
||||
:class="['small tiny game-drag-handle', {
|
||||
'accent filled': !darkModeEnabled,
|
||||
info: darkModeEnabled
|
||||
}]"
|
||||
|
|
Loading…
Reference in a new issue