Browse Source

Remove the stub context menu causing vertical ellipsis

pull/47/head
Matthew Raymer 1 year ago
parent
commit
790d44db81
  1. 7
      src/views/ProjectViewView.vue

7
src/views/ProjectViewView.vue

@ -12,13 +12,6 @@
> >
<fa icon="chevron-left" class="fa-fw"></fa> <fa icon="chevron-left" class="fa-fw"></fa>
</button> </button>
<!-- Context Menu -->
<a
href=""
class="text-lg text-center px-2 py-1 absolute -right-2 -top-1"
><fa icon="ellipsis-vertical" class="fa-fw"></fa
></a>
View Plan View Plan
</h1> </h1>
</div> </div>

Loading…
Cancel
Save