Skip to content

Commit

Permalink
fix(user-status): overflow on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 11, 2023
1 parent bbd5215 commit f371ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiesta/templates/fiesta/parts/user_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
style="background-color: {{ request.user.id|get_color_by_text }}">{{ request.user.first_name|first }}{{ request.user.last_name|first }}</span>
{% endif %}
</button>
<div class="z-30 my-4 text-base list-none bg-base-100 rounded divide-y divide-base-200 shadow w-40 absolute top-full -right-1/2 hidden"
<div class="z-30 my-4 text-base list-none bg-base-100 rounded divide-y divide-base-200 shadow w-40 absolute top-full hidden"
:class="{hidden: !user}">
<a class="block py-2 px-4 text-base-content hover:bg-base-200"
href="{% url "accounts:my-profile" %}">
Expand Down

0 comments on commit f371ec9

Please sign in to comment.