fix visualize bug after style changes

This commit is contained in:
DanyLE
2022-07-05 14:41:34 +02:00
parent e63cae1550
commit 52af4b6940
8 changed files with 104 additions and 88 deletions

View File

@ -25,6 +25,11 @@ afx-file-view afx-list-view i.label-text{
word-break: break-word;
}
afx-file-view afx-list-view afx-label span
{
flex-direction: column;
}
afx-file-view afx-grid-view i{
display: inline-block;
}

View File

@ -6,6 +6,7 @@ afx-label span {
display: flex;
flex-direction: row;
align-items:center;
justify-content: center;
}
afx-label i.label-text{
font-weight: normal;

View File

@ -129,4 +129,8 @@ body
width: 1px;
height: 1px;
box-sizing: border-box;
}
afx-desktop > .list-container > ul > afx-list-item afx-label span {
flex-direction: column;
}