mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Settings page UI improvements (#495)
* fix: UI fixes for "Settings" page on mobile * Critical to the Rabbit! --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ nav_sections = [
|
||||
<% end %>
|
||||
</section>
|
||||
</nav>
|
||||
<nav class="space-y-4 overflow-y-auto md:hidden" id="mobile-settings-nav" data-controller="preserve-scroll scroll-on-connect">
|
||||
<nav class="space-y-4 overflow-y-auto md:hidden no-scrollbar" id="mobile-settings-nav" data-controller="preserve-scroll scroll-on-connect">
|
||||
<ul class="flex space-y-1">
|
||||
<li>
|
||||
<%= render DS::Link.new(
|
||||
|
||||
Reference in New Issue
Block a user