mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
fix visualize bug after style changes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user