Skip to content

Commit

Permalink
Add gap above view management buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Sep 27, 2023
1 parent 4119277 commit 20844df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</div>
<div class="grow" />
</div>
<div ref="managementContainer" class="flex items-center justify-center w-full px-2">
<div ref="managementContainer" class="flex items-center justify-center w-full px-2 mt-2">
<div class="icon-btn mdi mdi-plus" @click="addNewView" />
<div class="icon-btn">
<label class="flex items-center justify-center w-full h-full cursor-pointer">
Expand Down

0 comments on commit 20844df

Please sign in to comment.