fix: improve G01 list and create action legibility

This commit is contained in:
rain
2026-07-13 10:05:01 +08:00
parent 6db93d8c1b
commit a68f2a51ad
4 changed files with 25 additions and 11 deletions
+12 -7
View File
@@ -458,7 +458,7 @@ const openShortcut = (key) => {
background: rgba(255, 249, 238, 0.66);
color: $brand-red;
font-family: "STKaiti", "KaiTi", serif;
font-size: 34rpx;
font-size: 32rpx;
font-weight: 700;
letter-spacing: 3rpx;
}
@@ -481,13 +481,18 @@ const openShortcut = (key) => {
margin-right: 12rpx;
}
.create-action .create-icon {
width: 48rpx;
height: 48rpx;
margin: 0 12rpx;
width: 40rpx;
height: 40rpx;
margin: 0 8rpx;
}
.create-cloud {
width: 74rpx;
height: 36rpx;
width: 54rpx;
height: 28rpx;
flex: 0 0 auto;
}
.create-action > text {
flex: 0 0 auto;
white-space: nowrap;
}
.create-cloud--right {
transform: scaleX(-1);
@@ -568,7 +573,7 @@ const openShortcut = (key) => {
width: 320rpx;
}
.create-cloud {
width: 58rpx;
width: 46rpx;
}
}
</style>