Skip to content

Commit

Permalink
fix(ui): padding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Mar 4, 2024
1 parent d510024 commit 0e331fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ watchEffect(async () => {
<template v-if="idLoaded">
<div
v-if="postStore.ids.length === 0"
class="pt-12"
class="px-6 py-12"
>
<settings-about />
<p
Expand Down

0 comments on commit 0e331fd

Please sign in to comment.