fix: vertically center community points entry
This commit is contained in:
@@ -421,7 +421,7 @@ onShow(() => {
|
||||
.community-toolbar {
|
||||
height: 88rpx;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
align-items: center;
|
||||
gap: 12rpx;
|
||||
}
|
||||
|
||||
@@ -431,7 +431,7 @@ onShow(() => {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8rpx;
|
||||
margin-bottom: 14rpx;
|
||||
margin-bottom: 0;
|
||||
padding: 0 14rpx 0 9rpx;
|
||||
border: 1rpx solid #bdd5ff;
|
||||
border-radius: 999rpx;
|
||||
|
||||
Reference in New Issue
Block a user