🎨 改进闪卡下一轮重复时间显示精度 Fix https://github.com/siyuan-note/siyuan/issues/7672
This commit is contained in:
parent
37f4191962
commit
ba7927344c
1 changed files with 5 additions and 1 deletions
|
@ -35,11 +35,15 @@
|
|||
flex: 1;
|
||||
|
||||
& > span {
|
||||
display: block;
|
||||
display: flex;
|
||||
color: var(--b3-theme-on-surface);
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
margin-bottom: 8px;
|
||||
height: 28px;
|
||||
line-height: 14px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue