style: compact community nav spacing
This commit is contained in:
@@ -409,7 +409,7 @@ onShow(() => {
|
||||
height: 88rpx;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 18rpx;
|
||||
gap: 12rpx;
|
||||
}
|
||||
|
||||
.community-wallet {
|
||||
@@ -426,6 +426,7 @@ onShow(() => {
|
||||
background: #fafdff;
|
||||
box-sizing: border-box;
|
||||
flex-shrink: 0;
|
||||
margin-left: auto;
|
||||
|
||||
&__coin {
|
||||
width: 38rpx;
|
||||
@@ -448,21 +449,20 @@ onShow(() => {
|
||||
}
|
||||
|
||||
.community-nav {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
flex: 0 1 auto;
|
||||
height: 88rpx;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 0;
|
||||
gap: 18rpx;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
box-sizing: border-box;
|
||||
|
||||
&__item {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
flex: 0 0 auto;
|
||||
height: 88rpx;
|
||||
padding: 0 10rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -471,6 +471,7 @@ onShow(() => {
|
||||
text {
|
||||
font-size: 29rpx;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&--active {
|
||||
|
||||
Reference in New Issue
Block a user