Commit 7e7290c5 authored by caoxu's avatar caoxu

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

parent 6eefe319
...@@ -534,18 +534,19 @@ const showComments = (dynamic) => { ...@@ -534,18 +534,19 @@ const showComments = (dynamic) => {
} }
.action-btn { .action-btn {
flex: 1; flex: 0 0 auto;
padding: 8px 16px; padding: 6px 12px;
border: none; border: none;
border-radius: 8px; border-radius: 8px;
font-size: 14px; font-size: 12px;
font-weight: 500; font-weight: 500;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
gap: 6px; gap: 4px;
transition: all 0.3s ease; transition: all 0.3s ease;
min-width: 60px;
} }
.like-btn { .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