mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🐛 签到名称自适应 (#1644)
This commit is contained in:
parent
a04475abc1
commit
3fc4eaa39a
@ -79,10 +79,17 @@ body {
|
|||||||
margin-top: 43px;
|
margin-top: 43px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
font-size: 47px;
|
font-size: 47px;
|
||||||
height: 57px;
|
/* align-items: center;
|
||||||
align-items: center;
|
justify-content: center; */
|
||||||
justify-content: center;
|
/* display: flex; */
|
||||||
display: flex
|
width: 275px;
|
||||||
|
height: 67px;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uid {
|
.uid {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user