1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00
This commit is contained in:
neo773 2025-04-15 00:04:48 +05:30
parent 45d075ee99
commit 8113dc7183
No known key found for this signature in database
GPG key ID: 6B43F29FCC69B333
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<%= render "layouts/shared/htmldoc" do %>
<div class="md:flex h-full bg-surface">
<div class="p-4 w-full md:w-96 shrink-0 md:h-full md:overflow-y-auto pt-safe">
<div class="p-4 w-full md:w-96 shrink-0 md:h-full md:overflow-y-auto">
<%= render "settings/settings_nav" %>
</div>

View file

@ -1,4 +1,4 @@
<div class="space-y-4">
<div class="pt-safe space-y-4">
<div class="flex items-center gap-2 p-1.5">
<%= link_to previous_path, class: "flex items-center gap-1 text-primary font-medium text-sm" do %>
<%= lucide_icon "chevron-left", class: "w-5 h-5 text-secondary" %>