From 7cd2120d4b39865cdff1a72af9d0bb4df22aae61 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 5 Jun 2025 23:59:03 -0700 Subject: [PATCH] wrap up sidebar styling --- app/views/layouts/tailwind.html.erb | 82 +++++++++++++++-------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index a241bcf6..be5eb7fd 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -38,10 +38,10 @@ - @@ -208,11 +210,11 @@ <% end %> -
:class="{ 'ml-48 sm:ml-56': showSidebar }"<% end %> class="transition-all duration-300"> +
:class="{ 'ml-56 sm:ml-64 lg:ml-56': showSidebar }"<% end %> class="transition-all duration-300"> <%= yield %>
-