💄 Update the flinks show style in mobile driver.
This commit is contained in:
parent
be3bf4e1f2
commit
51eea3acc0
@ -26,6 +26,12 @@
|
|||||||
|
|
||||||
|
|
||||||
.flinks-list-item {
|
.flinks-list-item {
|
||||||
|
@include mobile() {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -111,11 +117,19 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flinks-item-desc {
|
.flinks-item-desc {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
font-size: .92em;
|
font-size: .92em;
|
||||||
|
|
||||||
|
@include mobile() {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user