Skip to content

Commit

Permalink
Fix settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 11, 2024
1 parent 7171a67 commit 1b48dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/web/src/components/CloudTAK/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class='modal-title'>
Sidebar
</div>
<div />
<div/>
</div>
</div>
<div
Expand All @@ -38,7 +38,7 @@
>
<div
role='menuitem'
class='cursor-pointer col-12 d-flex align-items-center justify-content-center'
class='cursor-pointer col-12 d-flex align-items-center'
:class='{
"py-2 px-3 hover-dark": !compact,
"py-1 px-2 hover-button": compact
Expand Down

0 comments on commit 1b48dec

Please sign in to comment.