fix: top align paid post status
This commit is contained in:
@@ -193,11 +193,16 @@ const formatCount = (value: any) => {
|
|||||||
|
|
||||||
&__topbar {
|
&__topbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 20rpx;
|
gap: 20rpx;
|
||||||
margin: -2rpx 0 20rpx;
|
margin: -2rpx 0 20rpx;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
|
.post-card__status {
|
||||||
|
align-self: flex-start;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__paid-notice {
|
&__paid-notice {
|
||||||
|
|||||||
Reference in New Issue
Block a user