Commit 7e7290c5 authored by caoxu's avatar caoxu

Adjust: 缩小点赞和评论按钮宽度

parent 6eefe319
......@@ -534,18 +534,19 @@ const showComments = (dynamic) => {
}
.action-btn {
flex: 1;
padding: 8px 16px;
flex: 0 0 auto;
padding: 6px 12px;
border: none;
border-radius: 8px;
font-size: 14px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
gap: 4px;
transition: all 0.3s ease;
min-width: 60px;
}
.like-btn {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment