This repository was archived by the owner on Jul 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 268268
269269 html {
270270 padding-top : env (safe-area-inset-top);
271- padding-bottom : env (safe-area-inset-bottom);
272271 }
273272
274273 button {
Original file line number Diff line number Diff line change 1111
1212<%= render "layouts/shared/htmldoc" do %>
1313 <div
14- class ="flex flex-col lg:flex-row h-full bg-surface "
14+ class ="flex flex-col lg:flex-row h-svh bg-surface "
1515 data-controller ="app-layout "
1616 data-app-layout-expanded-sidebar-class ="<%= expanded_sidebar_class %> "
1717 data-app-layout-collapsed-sidebar-class ="<%= collapsed_sidebar_class %> "
155155 <% end %>
156156
157157 <%# MOBILE - Bottom Nav %>
158- <%= tag . nav class : "lg:hidden bg-surface shrink-0 z-10 pb-[calc( env(safe-area-inset-bottom)+0.75rem )] border-t border-tertiary flex justify-around" do %>
158+ <%= tag . nav class : "lg:hidden bg-surface shrink-0 z-10 pb-[env(safe-area-inset-bottom)] border-t border-tertiary flex justify-around" do %>
159159 <% mobile_nav_items . each do |nav_item | %>
160160 <%= render "layouts/shared/nav_item" , **nav_item %>
161161 <% end %>
Original file line number Diff line number Diff line change 1313 <%= yield :head %>
1414 </ head >
1515
16- < body class ="h-dvh pb-[env(safe-area-inset-bottom)] overflow-hidden lg:overflow-auto antialiased ">
16+ < body class ="bg-surface overflow-hidden lg:overflow-auto antialiased ">
1717 <% if Rails . env . development? %>
1818 < button hidden data-controller ="hotkey " data-hotkey ="t t / " data-action ="theme#toggle "> </ button >
1919 <% end %>
You can’t perform that action at this time.
0 commit comments