Revert "style: group crypto favorite with change column"
This reverts commit a68566782d.
This commit is contained in:
@@ -570,7 +570,7 @@ $down: #ef2f3d;
|
||||
font-size: 24rpx;
|
||||
border-bottom: 1rpx solid $line;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr)) 54rpx;
|
||||
|
||||
&__name {
|
||||
min-width: 0;
|
||||
@@ -585,15 +585,10 @@ $down: #ef2f3d;
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
text-align: center;
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
&__favorite {
|
||||
width: auto;
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
justify-self: end;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -608,7 +603,7 @@ $down: #ef2f3d;
|
||||
padding: 0 26rpx 0 34rpx;
|
||||
align-items: center;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr)) 54rpx;
|
||||
border-bottom: 1rpx solid $line;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -696,9 +691,7 @@ $down: #ef2f3d;
|
||||
width: 156rpx;
|
||||
max-width: 100%;
|
||||
height: 54rpx;
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
justify-self: start;
|
||||
justify-self: center;
|
||||
border-radius: 14rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -734,8 +727,6 @@ $down: #ef2f3d;
|
||||
&__favorite {
|
||||
width: 54rpx;
|
||||
height: 64rpx;
|
||||
grid-column: 3;
|
||||
grid-row: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user