style storage settings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="max-w-6xl mx-auto px-2 py-2 flex items-center justify-between">
|
||||
<div class="max-w-6xl mx-auto px-2 py-3 flex items-center justify-between">
|
||||
<a href="<%= root_path %>" class="text-2xl font-bold">
|
||||
<span>DocuSeal</span>
|
||||
</a>
|
||||
@@ -7,7 +7,7 @@
|
||||
<%= link_to 'Settings', settings_storage_index_path, class: 'font-medium text-lg' %>
|
||||
<div class="dropdown dropdown-end">
|
||||
<label tabindex="0" class="cursor-pointer bg-neutral-focus text-neutral-content rounded-full w-8 p-2">
|
||||
<span class="text-sm"><%= current_user.initials %></span>
|
||||
<span class="text-sm align-text-top"><%= current_user.initials %></span>
|
||||
</label>
|
||||
<ul tabindex="0" class="dropdown-content p-2 mt-2 shadow-2xl menu bg-white rounded-box whitespace-nowrap">
|
||||
<li class>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<menu-active class="block">
|
||||
<menu-active class="block w-52 flex-none">
|
||||
<div class="mt-4 -ml-3.5">
|
||||
<ul class="menu menu-compact px-2 w-52">
|
||||
<ul class="menu menu-compact px-2">
|
||||
<li class="menu-title"><span>Settings</span></li>
|
||||
<li></li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user