File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ <h6 class="dropdown-header user-round-icon">
67
67
< b > Hi, {{ user.username }}</ b >
68
68
</ h6 >
69
69
< div class ="dropdown-divider "> </ div >
70
- < a class ="dropdown-item " href ="{% url 'edit_user' user.username %} "> < i class ="fas fa-user-edit drop-down "> </ i > Edit profile</ a >
71
- < a class ="dropdown-item " href ="/accounts/password/change "> < i class ="fa fa-lock drop-down " aria-hidden ="true "> </ i > Change password</ a >
70
+ < a class ="dropdown-item " href ="{% url 'edit_user' user.username %} "> < div style =" width: 40px; display: inline-block; " > < i class ="fas fa-user-edit drop-down "> </ i > </ div > Edit profile</ a >
71
+ < a class ="dropdown-item " href ="/accounts/password/change "> < div style =" width: 40px; display: inline-block; " > < i class ="fa fa-lock drop-down " aria-hidden ="true "> </ i > </ div > Change password</ a >
72
72
< div class ="dropdown-divider "> </ div >
73
73
< form method ="post " action ="{% url 'account_logout' %} ">
74
74
{% csrf_token %}
75
75
{% if redirect_field_value %}
76
76
< input type ="hidden " name ="{{ redirect_field_name }} " value ="{{ redirect_field_value }} "/>
77
77
{% endif %}
78
- < button class ="dropdown-item " style ="outline: none; cursor: pointer; " type ="submit "> < i class ="fas fa-sign-out-alt drop-down "> </ i > Sign out</ button >
78
+ < button class ="dropdown-item " style ="outline: none; cursor: pointer; " type ="submit "> < div style =" width: 40px; display: inline-block; " > < i class ="fas fa-sign-out-alt drop-down "> </ i > </ div > Sign out</ button >
79
79
</ form >
80
80
</ div >
81
81
</ li >
You can’t perform that action at this time.
0 commit comments