Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
polish(ui): add more bottom space to form
  • Loading branch information
antonreshetov committed Apr 19, 2022
commit bfb41563a3480f9a0616d031c0c35279ec9d9d3b
1 change: 1 addition & 0 deletions src/renderer/components/ui/form/AppForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
display: flex;
flex-flow: column;
gap: var(--spacing-md);
margin-bottom: var(--spacing-md);
}
</style>
1 change: 0 additions & 1 deletion src/renderer/components/ui/menu/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ provide('items', items.value)
<style lang="scss" scoped>
.menu {
width: 100%;
height: 300px;
display: grid;
grid-template-columns: 150px 1fr;
gap: var(--spacing-sm);
Expand Down