Responsive
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-05-18 09:12:47 +02:00
parent 10387ee40b
commit bf250b77ef
1 changed files with 31 additions and 0 deletions

View File

@ -22,4 +22,35 @@ vn-monitor-index {
position: fixed;
width: 400px
}
vn-horizontal {
flex-wrap: wrap
}
}
@media (max-width:1500px) {
vn-monitor-index {
& > vn-horizontal {
flex-direction: column-reverse;
}
& > vn-horizontal > vn-one {
flex: none;
width: 100%;
& > vn-vertical {
position: initial;
flex-direction: row;
width: 100%;
vn-monitor-sales-clients {
margin-right: 15px
}
vn-table.scrollable {
height: 300px
}
}
}
}
}