Skip to content

Commit

Permalink
fix(ui): add settings header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Sep 20, 2021
1 parent e7eb11f commit 53e0c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="flex flex-wrap gap-3">
<div class="flex-auto">
<div class="flex-auto space-y-2">
<h2>about</h2>
<settings-about />
</div>
<div class="flex-auto">
<div class="flex-auto space-y-2">
<h2>medias</h2>
<settings-directories />
</div>
Expand Down

0 comments on commit 53e0c43

Please sign in to comment.