Update README and vector assets

This commit is contained in:
2026-01-29 01:18:50 +08:00
parent 3313b5efa7
commit 18ceff4c01
3 changed files with 197 additions and 131 deletions

View File

@@ -178,12 +178,11 @@ h1 span {
}
#keep-visible-count {
width: 3ch; /* 可稳定显示 3 位数字0-50 足够 */
min-width: 3ch;
max-width: 4ch;
font-variant-numeric: tabular-nums;
padding: 2px 4px;
margin: 0 2px;
width: 3.5em;
min-width: 3em;
max-width: 4em;
padding: 4px 6px;
margin: 0 4px;
background: var(--bg2);
border: 1px solid var(--bdr);
font-size: inherit;
@@ -191,6 +190,17 @@ h1 span {
color: var(--hl);
text-align: center;
border-radius: 3px;
font-variant-numeric: tabular-nums;
/* 禁用 number input 的 spinnerPC 上会挤掉数字) */
-moz-appearance: textfield;
appearance: textfield;
}
#keep-visible-count::-webkit-outer-spin-button,
#keep-visible-count::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#keep-visible-count:focus {