feat(前端界面): OFDGo WebUI支持设置DPI
build.yaml / build (push) Successful in 32s

This commit is contained in:
2026-07-09 14:10:25 +08:00
parent 3fab819246
commit 89577ea72f
5 changed files with 44 additions and 4 deletions
+8
View File
@@ -217,6 +217,10 @@ button:not(:disabled):hover {
color: #1f2428;
}
.dpi-select {
width: 54px;
}
.format-select:focus,
.format-select:focus-visible {
border-color: var(--accent);
@@ -1078,6 +1082,10 @@ body[data-hide-meta] .meta-panel {
padding: 0 3px;
}
.dpi-select {
width: 48px;
}
.footer-links {
justify-content: flex-end;
}