Skip to content

Commit

Permalink
fix: update profile page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 27, 2025
1 parent ef26e6f commit bac71ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Settings/ProfileSettings.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex h-full flex-col gap-8 p-12 text-ink-gray-9">
<div class="flex h-full flex-col gap-8 p-8 text-ink-gray-9">
<div class="flex-1 flex flex-col gap-8 mt-2 overflow-y-auto">
<div v-if="profile" class="flex w-full items-center justify-between">
<div class="flex items-center gap-4">
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Settings/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
>
<Button
class="absolute right-5 top-5"
variant="ghost"
icon="x"
@click="showSettings = false"
/>
Expand Down

0 comments on commit bac71ea

Please sign in to comment.