Skip to content

Commit

Permalink
fix: map
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Dec 19, 2023
1 parent 60becec commit 16a7293
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/assets/css/reputation/single.less
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
.w-boxcoin-records-list {
background-color: #fff;
}
}
}
@media screen and (max-width: @ipad) {
.m-reputation-content {
flex-direction: column;
Expand Down Expand Up @@ -306,18 +306,21 @@
}
}
}
.map-wrapper .map-content {
.w(100%);
}
}
.m-reputation-wrapper .reputation-reward-wrapper .reward-content {
flex-direction: column;
.reward-desc-list {
margin: 0;
margin: 0;
.item {
padding: 10px;
gap:10px;
gap: 10px;
flex-direction: column;
height: auto;
align-items: flex-start;
.from-to{
.from-to {
font-weight: normal;
}
.desc {
Expand Down

0 comments on commit 16a7293

Please sign in to comment.