1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Mobile responsive template preparation (#2071)
Some checks failed
Publish Docker image / ci (push) Has been cancelled
Publish Docker image / Build docker image (push) Has been cancelled

* Mobile responsive template

* Fix sidebar mobile conflict

* Lint fix
This commit is contained in:
Zach Gollwitzer 2025-04-09 12:42:46 -04:00 committed by GitHub
parent 2bc3887262
commit 52d170e36c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 117 additions and 74 deletions

View file

@ -1,6 +1,6 @@
<%# locals: (user:) %>
<%# locals: (user:, placement: "right-start", offset: 16) %>
<div id="user-menu" data-controller="menu" data-menu-placement-value="right-start" data-menu-offset-value="16">
<div id="user-menu" data-controller="menu" data-menu-placement-value="<%= placement %>" data-menu-offset-value="<%= offset %>">
<button data-menu-target="button">
<div class="w-9 h-9 cursor-pointer">
<%= render "settings/user_avatar", user: user, variant: :small %>