Skip to content

Commit

Permalink
ui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wassson committed Mar 23, 2024
1 parent 47c0b75 commit f519481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/controllers/email_threads_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class EmailThreadsController < ApplicationController
before_action :authenticate_user!
# before_action :initialize_filters


# TODO: Add filter for inbox, reply later, all
def inbox
# TODO: This is a temporary solution to retrieve the last 20 emails
Expand Down
4 changes: 2 additions & 2 deletions app/views/shared/navigation/_user.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div data-user-dropdown-target="dropdown"
class="hidden absolute top-12 right-2 z-20">
<div class="flex justify-end w-screen">
class="hidden absolute top-12 z-20">
<div class="flex w-screen">
<div data-root-target="user-settings" class="flex flex-col gap-y-0.5 p-0.5 bg-neutral-800/80 backdrop-filter backdrop-blur border border-neutral-700/70 rounded-xl shadow-md">
<div class="w-44 p-2 text-neutral-400 bg-neutral-700/50 hover:bg-neutral-700/50 rounded-lg">
<p class="text-xs font-medium text-neutral-200">Settings</p>
Expand Down

0 comments on commit f519481

Please sign in to comment.