feat: 添加更新卡片提醒样式和测试
This commit is contained in:
@@ -523,6 +523,18 @@ header {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.update-card-reminder {
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid color-mix(in srgb, var(--orange) 28%, var(--border));
|
||||
border-radius: var(--radius-sm);
|
||||
background: color-mix(in srgb, var(--orange-soft) 70%, var(--bg-base));
|
||||
color: var(--orange);
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.update-release-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user