Commit c4d9e025 authored by nikogu's avatar nikogu

add list responsive

parent bde065b7
......@@ -59,6 +59,27 @@
}
}
@media screen and (max-width: @screen-xs) {
.standardList {
:global {
.ant-list-item-content {
display: block;
flex: none;
width: 100%;
}
.ant-list-item-action {
margin-left: 0;
}
}
.listContent {
margin-left: 0;
& > div {
margin-left: 0;
}
}
}
}
@media screen and (max-width: @screen-sm) {
.standardList {
.extraContentSearch {
......
......@@ -37,6 +37,13 @@
height: 1px;
}
@media screen and (max-width: @screen-xs) {
.listContent {
& > div {
height: auto;
}
}
}
@media screen and (max-width: @screen-lg) {
.listItemExtra {
width: 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment