mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-16 22:09:54 +02:00
fix: use row/column as common directives for all UI horizontal/vertical direction
This commit is contained in:
@ -35,7 +35,7 @@ afx-list-view > div.list-container > ul li{
|
||||
afx-list-view > div.list-container > ul afx-dbline-list-item li{
|
||||
min-height: 40px;
|
||||
}
|
||||
.afx-list-view[dir='horizontal'] > div.list-container > ul
|
||||
.afx-list-view[dir='row'] > div.list-container > ul
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -16,12 +16,12 @@ afx-tab-bar afx-list-view > div.list-container > ul li
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
afx-tab-bar[dir="vertical"] afx-list-view > div.list-container
|
||||
afx-tab-bar[dir="column"] afx-list-view > div.list-container
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
afx-tab-bar[dir="horizontal"] afx-list-view > div.list-container
|
||||
afx-tab-bar[dir="row"] afx-list-view > div.list-container
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user