mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
clean up
This commit is contained in:
parent
285fc437a3
commit
94ca49fa50
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
<template lang="html">
|
||||
<b-dropdown
|
||||
size="sm"
|
||||
right
|
||||
toggle-class="px-2 py-1 m-1"
|
||||
toggle-class="m-1"
|
||||
>
|
||||
<template v-slot:button-content>
|
||||
<i class="fas fa-ellipsis-h fa-fw" aria-hidden />
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<portal to="dock">
|
||||
<b-button
|
||||
v-if="isBoardOwner"
|
||||
variant="transparent"
|
||||
v-b-modal:edit-board
|
||||
>
|
||||
<i class="fas fa-pencil-alt fa-fw" aria-hidden />
|
||||
|
@ -41,7 +42,7 @@
|
|||
class="d-flex flex-column pr-2"
|
||||
>
|
||||
<b-button
|
||||
variant="dark"
|
||||
variant="transparent"
|
||||
class="mb-2"
|
||||
v-b-modal:add-list
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue