diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 57ff821..73f998a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,4 +17,4 @@ jobs: run: npm install - name: Lint Code Base - run: npm run lint \ No newline at end of file + run: npm run lint diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 7a35964..098e83d 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -99,7 +99,7 @@ } .btn.btn-none { - opacity: 1; + visibility: hidden; } .modal-dialog { diff --git a/src/views/Home.vue b/src/views/Home.vue index 75c92b8..79afca8 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,6 +1,6 @@