🎨 改进闪卡下一轮重复时间显示精度 Fix https://github.com/siyuan-note/siyuan/issues/7672

This commit is contained in:
Vanessa 2023-03-15 18:43:12 +08:00
parent 37f4191962
commit ba7927344c

View file

@ -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;
}
}
}