mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
make board action buttons standard size
This commit is contained in:
parent
9796f4eee3
commit
99385d0499
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
|||
<div class="d-flex flex-column pr-2">
|
||||
<b-button
|
||||
:variant="darkTheme ? 'dark' : 'light'"
|
||||
size="sm"
|
||||
class="mb-2"
|
||||
v-b-modal:add-list
|
||||
>
|
||||
|
@ -25,7 +24,6 @@
|
|||
|
||||
<b-button
|
||||
:variant="darkTheme ? 'dark' : 'light'"
|
||||
size="sm"
|
||||
v-b-modal:edit-board
|
||||
>
|
||||
<i class="fas fa-cog fa-fw" aria-hidden />
|
||||
|
|
Loading…
Reference in a new issue