From 8f97d2f6f7b91386b2bc57c6ecb86d844fdba128 Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Tue, 4 Jul 2023 23:37:40 +0300 Subject: [PATCH] fix mobile layout --- app/views/shared/_navbar.html.erb | 2 +- app/views/shared/_settings_nav.html.erb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 53a40bf4..2642e703 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -10,7 +10,7 @@ <% if signed_in? %>
- <%= link_to 'Settings', settings_profile_index_path, class: 'font-medium text-lg' %> + <%= link_to 'Settings', settings_profile_index_path, class: 'hidden md:inline font-medium text-lg' %>