修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -70,10 +70,10 @@
|
||||
|
||||
.organizer-actions {
|
||||
display: flex;
|
||||
flex: 0 0 90px;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
|
||||
.organizer-actions-follow,
|
||||
.organizer-actions-comment {
|
||||
@@ -86,6 +86,7 @@
|
||||
// border: 0.5px solid rgba(255, 255, 255, 0.10);
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.08);
|
||||
white-space: nowrap;
|
||||
|
||||
& > image {
|
||||
width: 16px;
|
||||
@@ -102,6 +103,7 @@
|
||||
font-weight: 500;
|
||||
line-height: 20px; /* 153.846% */
|
||||
letter-spacing: -0.23px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user