mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 17:46:44 +02:00
- Redesign the core UI API and tags to support Mobile devices - Add new StackMenu tag - Support touch events handling on touch devices - Redesign File and Setting to work on mobile - Improve Anouncement API - Rework on default themes
22 lines
429 B
CSS
22 lines
429 B
CSS
afx-apps-dock{
|
|
display: flex;
|
|
flex-direction: row;
|
|
overflow: hidden;
|
|
}
|
|
afx-apps-dock afx-button button{
|
|
width: 40px;
|
|
height: 35px;
|
|
font-size: 22px;
|
|
margin-bottom: 0;
|
|
padding:0px;
|
|
background-color: transparent;
|
|
border:0;
|
|
border-radius: 0;
|
|
}
|
|
afx-apps-dock afx-button afx-label i.icon-style{
|
|
width: 26px;
|
|
height: 26px;
|
|
margin-left: 2px;
|
|
margin-bottom: 0px;
|
|
border:0;
|
|
} |