File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,10 @@ color: #ddd;
507
507
vertical-align : middle;
508
508
}
509
509
510
+ .topbar-useraction .dropdown-menu li span {
511
+ margin-left : 5px ;
512
+ }
513
+
510
514
# sidebar {
511
515
top : 70px ;
512
516
bottom : 0 ;
Original file line number Diff line number Diff line change 28
28
{% endif %}
29
29
</a >
30
30
<ul class =" dropdown-menu-right dropdown-menu" >
31
- <li class =" dropdown-item" >
32
- <a href =" /" target =" _blank" >
31
+ <li class =" dropdown-item pl-1 " >
32
+ <a href =" /" class = " d-flex " target =" _blank" >
33
33
{{ img(' theme::img/view_site.svg' ).data| raw }}
34
- {{ trans(' theme::control_panel.view_site' ) }}
34
+ < span > {{ trans(' theme::control_panel.view_site' ) }}</ span >
35
35
</a >
36
36
</li >
37
- <li class =" dropdown-item" >
38
- <a href =" /admin/logout" >
37
+ <li class =" dropdown-item pl-1 " >
38
+ <a href =" /admin/logout" class = " d-flex " >
39
39
{{ img(' theme::img/logout.svg' ).data| raw }}
40
- {{ trans(' theme::control_panel.logout' ) }}
40
+ < span > {{ trans(' theme::control_panel.logout' ) }}</ span >
41
41
</a >
42
42
</li >
43
43
</ul >
You can’t perform that action at this time.
0 commit comments