ログアウトメニューを右寄せにした
This commit is contained in:
		@@ -50,7 +50,7 @@
 | 
			
		||||
                            <img src="{{ Auth::user()->getProfileImageUrl(30) }}" width="30" height="30" class="rounded d-inline-block align-top mr-2">
 | 
			
		||||
                            {{ Auth::user()->display_name }} さん
 | 
			
		||||
                        </a>
 | 
			
		||||
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 | 
			
		||||
                        <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
 | 
			
		||||
                            {{--<a href="#" class="dropdown-item">設定</a>--}}
 | 
			
		||||
                            <a href="{{ route('logout') }}" class="dropdown-item" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">ログアウト</a>
 | 
			
		||||
                        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user