style: keep community topics on one line

This commit is contained in:
hajimi
2026-08-02 01:08:24 +08:00
parent 75a89b7556
commit a7a04f6d6c
+6
View File
@@ -507,8 +507,10 @@ onShow(() => {
&__list {
display: inline-flex;
flex-wrap: nowrap;
gap: 16rpx;
padding: 0 28rpx;
white-space: nowrap;
}
}
@@ -523,10 +525,14 @@ onShow(() => {
color: #3e4a5d;
background: #fff;
box-sizing: border-box;
flex-shrink: 0;
white-space: nowrap;
text {
font-size: 26rpx;
font-weight: 500;
white-space: nowrap;
word-break: keep-all;
}
&__icon {