update icon alignment

This commit is contained in:
lxsang 2021-04-03 19:25:05 +02:00
parent 808623b0d6
commit 7123098049
3 changed files with 11 additions and 5 deletions

Binary file not shown.

View File

@ -92,14 +92,16 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
font-weight: bold; font-weight: bold;
} }
afx-sys-panel afx-list-view[data-id="applist"] afx-label i, afx-sys-panel afx-list-view[data-id="applist"] afx-label i {
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
margin-right: 10px; margin-right: 10px;
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before
{
width: 16px;
}
afx-sys-panel div[data-id="searchicon"]:before{ afx-sys-panel div[data-id="searchicon"]:before{
content: "\f002"; content: "\f002";
display: block; display: block;

View File

@ -92,13 +92,17 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
font-weight: bold; font-weight: bold;
} }
afx-sys-panel afx-list-view[data-id="applist"] afx-label i, afx-sys-panel afx-list-view[data-id="applist"] afx-label i {
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
margin-right: 10px; margin-right: 10px;
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before
{
width: 16px;
}
afx-sys-panel div[data-id="searchicon"]:before{ afx-sys-panel div[data-id="searchicon"]:before{
content: "\f002"; content: "\f002";
display: block; display: block;